Skip to content

Commit ce5c94b

Browse files
methanevstinner
andauthored
Update Lib/test/test_codecs.py
Co-authored-by: Victor Stinner <[email protected]>
1 parent c8af536 commit ce5c94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_codecs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
def codecs_open_no_warn(*args, **kwargs):
26-
"""call codecs.open(*args, **kwargs) ignoring DeprecationWarning"""
26+
"""Call codecs.open(*args, **kwargs) ignoring DeprecationWarning."""
2727
with warnings.catch_warnings():
2828
warnings.simplefilter("ignore")
2929
return codecs.open(*args, **kwargs)

0 commit comments

Comments
 (0)