We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8af536 commit ce5c94bCopy full SHA for ce5c94b
Lib/test/test_codecs.py
@@ -23,7 +23,7 @@
23
24
25
def codecs_open_no_warn(*args, **kwargs):
26
- """call codecs.open(*args, **kwargs) ignoring DeprecationWarning"""
+ """Call codecs.open(*args, **kwargs) ignoring DeprecationWarning."""
27
with warnings.catch_warnings():
28
warnings.simplefilter("ignore")
29
return codecs.open(*args, **kwargs)
0 commit comments