diff options
author | Skip Montanaro <skip@pobox.com> | 2005-03-16 03:51:56 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2005-03-16 03:51:56 (GMT) |
commit | 9f5f9d943ddc3e9271aad454d6b909e7af50b2e0 (patch) | |
tree | f8e2e590d3e356b55a2de632e6a1e9eb9bc59bb9 /Lib/codecs.py | |
parent | 7ce75151a45df75898c651f85dda98f4f12b2bf9 (diff) | |
download | cpython-9f5f9d943ddc3e9271aad454d6b909e7af50b2e0.zip cpython-9f5f9d943ddc3e9271aad454d6b909e7af50b2e0.tar.gz cpython-9f5f9d943ddc3e9271aad454d6b909e7af50b2e0.tar.bz2 |
typo
Diffstat (limited to 'Lib/codecs.py')
-rw-r--r-- | Lib/codecs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/codecs.py b/Lib/codecs.py index 022b51b..bd415fe 100644 --- a/Lib/codecs.py +++ b/Lib/codecs.py @@ -576,7 +576,7 @@ def open(filename, mode='rb', encoding=None, errors='strict', buffering=1): Note: The wrapped version will only accept the object format defined by the codecs, i.e. Unicode objects for most builtin - codecs. Output is also codec dependent and will usually by + codecs. Output is also codec dependent and will usually be Unicode as well. Files are always opened in binary mode, even if no binary mode |