"intput" --> "input" (in docstring); noted by Detlef Lannert

<lannert@lannert.rz.uni-duesseldorf.de>.
This commit is contained in:
Fred Drake 2000-03-17 15:40:35 +00:00
parent 36cc6a2197
commit 3e74c0d021
1 changed files with 1 additions and 1 deletions

View 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