mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
"intput" --> "input" (in docstring); noted by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.
This commit is contained in:
parent
36cc6a2197
commit
3e74c0d021
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue