Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f5f9d9

Browse files
author
Skip Montanaro
committed
typo
1 parent 7ce7515 commit 9f5f9d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/codecs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def open(filename, mode='rb', encoding=None, errors='strict', buffering=1):
576576
577577
Note: The wrapped version will only accept the object format
578578
defined by the codecs, i.e. Unicode objects for most builtin
579-
codecs. Output is also codec dependent and will usually by
579+
codecs. Output is also codec dependent and will usually be
580580
Unicode as well.
581581
582582
Files are always opened in binary mode, even if no binary mode

0 commit comments

Comments
 (0)