]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
typo
authorSkip Montanaro <skip@pobox.com>
Wed, 16 Mar 2005 03:51:56 +0000 (03:51 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 16 Mar 2005 03:51:56 +0000 (03:51 +0000)
Lib/codecs.py

index 022b51b23a4d199fbad31c691e426a3e341fc44c..bd415fe2ebd2d3d4ca4d029e28f1e8eedc58dbfe 100644 (file)
@@ -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