From: Skip Montanaro Date: Wed, 16 Mar 2005 03:51:56 +0000 (+0000) Subject: typo X-Git-Tag: v2.5a0~1917 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f5f9d943ddc3e9271aad454d6b909e7af50b2e0;p=thirdparty%2FPython%2Fcpython.git typo --- diff --git a/Lib/codecs.py b/Lib/codecs.py index 022b51b23a4d..bd415fe2ebd2 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