Fix docstrings

This commit is contained in:
allegroai
2020-09-05 16:30:00 +03:00
parent fae11edf1b
commit 86aa3aaa98
7 changed files with 26 additions and 26 deletions

View File

@@ -48,7 +48,7 @@ class TaskHandler(BufferingHandler):
def shouldFlush(self, record):
"""
Should the handler flush its buffer?
Should the handler flush its buffer
Returns true if the buffer is up to capacity. This method can be
overridden to implement custom flushing strategies.