summaryrefslogtreecommitdiff
path: root/tests/test_wasyncore.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_wasyncore.py')
-rw-r--r--tests/test_wasyncore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_wasyncore.py b/tests/test_wasyncore.py
index 970e993..9f075e5 100644
--- a/tests/test_wasyncore.py
+++ b/tests/test_wasyncore.py
@@ -44,7 +44,7 @@ class DummyLogger: # pragma: no cover
class WarningsRecorder: # pragma: no cover
"""Convenience wrapper for the warnings list returned on
- entry to the warnings.catch_warnings() context manager.
+ entry to the warnings.catch_warnings() context manager.
"""
def __init__(self, warnings_list):