From 3e74c0d0212c7dd1dd0d0632d80ea98395ec7ce2 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 17 Mar 2000 15:40:35 +0000 Subject: "intput" --> "input" (in docstring); noted by Detlef Lannert . --- Lib/codecs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/codecs.py b/Lib/codecs.py index 999f3a9..b8b32d5 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 -- cgit v0.12