mirror of https://github.com/python/cpython
"intput" --> "input" (in docstring); noted by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.
This commit is contained in:
parent
36cc6a2197
commit
3e74c0d021
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue