"intput" --> "input" (in docstring); noted by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.
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 @@
     """
     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