Skip to content

Commit

Permalink
Fix module doctring in the loadTracklogs module
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rtinK committed Apr 19, 2020
1 parent 6cb2f0a commit 1d9cd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_loadTracklogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def getModule(*args, **kwargs):


class LoadTracklogs(RanaModule):
"""A sample pyroute module"""
"""Tracklog file loading"""

def __init__(self, *args, **kwargs):
RanaModule.__init__(self, *args, **kwargs)
Expand Down

0 comments on commit 1d9cd8b

Please sign in to comment.