Skip to content

Commit 150aa41

Browse files
committed
fixup! gh-127305: more detailed doc for register_error's error_handler
1 parent 6fe011b commit 150aa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/codecs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ handler:
464464
them into the output buffer. If the replacement is a string, the encoder will
465465
encode the replacement with the ``'strict'`` error handling, which means
466466
:exc:`UnicodeEncodeError` may be raised here.
467-
Encoding continues on originalinput at the specified position.
467+
Encoding continues on original input at the specified position.
468468
Negative position values will be treated as being
469469
relative to the end of the input string. If the resulting position is out of
470470
bound an :exc:`IndexError` will be raised.

0 commit comments

Comments
 (0)