Punctuation [ci skip]

This commit is contained in:
Daniel Hahler
2019-01-09 15:35:52 +01:00
committed by GitHub
parent 081accb62c
commit 7ee03e0996

View File

@@ -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