File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1627,7 +1627,7 @@ expression support in the :mod:`re` module).
16271627 Return an encoded version of the string as a bytes object. Default encoding
16281628 is ``'utf-8' ``. And for a list of possible encodings, see section
16291629 :ref: `standard-encodings `.
1630-
1630+
16311631 *errors * may be given to set a different error handling scheme. The
16321632 default for *errors * is ``'strict' ``, meaning that encoding errors raise
16331633 a :exc: `UnicodeError `. Other possible values are ``'ignore' ``,
@@ -2764,7 +2764,7 @@ arbitrary binary data.
27642764 Return a string decoded from the given bytes. Default encoding is
27652765 ``'utf-8' ``. And for a list of possible encodings, see section
27662766 :ref: `standard-encodings `.
2767-
2767+
27682768 *errors * may be given to set a different error handling scheme. The
27692769 default for *errors * is ``'strict' ``, meaning that encoding errors raise a
27702770 :exc: `UnicodeError `. Other possible values are ``'ignore' ``, ``'replace' ``
You can’t perform that action at this time.
0 commit comments