Fix flake8-docstrings D205 1 blank line required between summary line and description

This commit is contained in:
Labrys of Knossos 2019-04-05 15:02:50 -04:00
commit 1d7dba8aeb
4 changed files with 24 additions and 11 deletions

View file

@ -127,8 +127,10 @@ class NTMRotatingLogHandler(object):
def _log_file_name(self, i):
"""
Returns a numbered log file name depending on i. If i==0 it just uses logName, if not it appends
it to the extension (blah.log.3 for i == 3)
Returns a numbered log file name depending on i.
If i==0 it just uses logName, if not it appends it to the extension
e.g. (blah.log.3 for i == 3)
i: Log number to ues
"""