Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e74c0d

Browse files
committed
"intput" --> "input" (in docstring); noted by Detlef Lannert
<[email protected]>.
1 parent 36cc6a2 commit 3e74c0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/codecs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Codec:
5555
"""
5656
def encode(self,input,errors='strict'):
5757

58-
""" Encodes the object intput and returns a tuple (output
58+
""" Encodes the object input and returns a tuple (output
5959
object, length consumed).
6060
6161
errors defines the error handling to apply. It defaults to

0 commit comments

Comments
 (0)