Punctuation [ci skip]
This commit is contained in:
parent
081accb62c
commit
7ee03e0996
|
@ -193,7 +193,7 @@ class WarningsRecorder(warnings.catch_warnings):
|
|||
super(WarningsRecorder, self).__exit__(*exc_info)
|
||||
|
||||
# Built-in catch_warnings does not reset entered state so we do it
|
||||
# manually here for this context manager to become reusable
|
||||
# manually here for this context manager to become reusable.
|
||||
self._entered = False
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue