Skip to content

Commit

Permalink
change docstring to be consistent with the rest.
Browse files Browse the repository at this point in the history
  • Loading branch information
zolyfarkas-fb committed Sep 30, 2020
1 parent 483bc8d commit b662ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testfixtures/logcapture.py
Expand Up @@ -74,7 +74,7 @@ def atexit(cls):
)

def clear(self):
"Clear any entries that have been captured."
"""Clear any entries that have been captured."""
self.records = []

def emit(self, record):
Expand Down

0 comments on commit b662ee2

Please sign in to comment.