Fix flake8-docstrings D400 First line should end with a period

This commit is contained in:
Labrys of Knossos 2019-04-05 15:16:06 -04:00
commit 6f6c9bcc9d
3 changed files with 3 additions and 3 deletions

View file

@ -138,7 +138,7 @@ class NTMRotatingLogHandler(object):
def _num_logs(self):
"""
Scans the log folder and figures out how many log files there are already on disk
Scans the log folder and figures out how many log files there are already on disk.
Returns: The number of the last used file (eg. mylog.log.3 would return 3). If there are no logs it returns -1
"""