From: Fred Drake Date: Fri, 17 Mar 2000 15:40:35 +0000 (+0000) Subject: "intput" --> "input" (in docstring); noted by Detlef Lannert X-Git-Tag: v1.6a1~196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e74c0d0212c7dd1dd0d0632d80ea98395ec7ce2;p=thirdparty%2FPython%2Fcpython.git "intput" --> "input" (in docstring); noted by Detlef Lannert . --- diff --git a/Lib/codecs.py b/Lib/codecs.py index 999f3a9d4749..b8b32d5a4155 100644 --- a/Lib/codecs.py +++ b/Lib/codecs.py @@ -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