]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
"intput" --> "input" (in docstring); noted by Detlef Lannert
authorFred Drake <fdrake@acm.org>
Fri, 17 Mar 2000 15:40:35 +0000 (15:40 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 17 Mar 2000 15:40:35 +0000 (15:40 +0000)
<lannert@lannert.rz.uni-duesseldorf.de>.

Lib/codecs.py

index 999f3a9d47496cd5180fa3dd0d5a703b16842b45..b8b32d5a4155f1f7e32dade216bd79c1d78ea3e7 100644 (file)
@@ -55,7 +55,7 @@ class Codec:
     """
     def encode(self,input,errors='strict'):
         
-        """ Encodes the object intput and returns a tuple (output
+        """ Encodes the object input and returns a tuple (output
             object, length consumed).
 
             errors defines the error handling to apply. It defaults to