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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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