We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
register_error
1 parent 6fe011b commit 150aa41Copy full SHA for 150aa41
Doc/library/codecs.rst
@@ -464,7 +464,7 @@ handler:
464
them into the output buffer. If the replacement is a string, the encoder will
465
encode the replacement with the ``'strict'`` error handling, which means
466
:exc:`UnicodeEncodeError` may be raised here.
467
- Encoding continues on originalinput at the specified position.
+ Encoding continues on original input at the specified position.
468
Negative position values will be treated as being
469
relative to the end of the input string. If the resulting position is out of
470
bound an :exc:`IndexError` will be raised.
0 commit comments