Skip to content

Commit 86c44a4

Browse files
committed
remove trailing whitespace (to pass workflow)
1 parent 317860f commit 86c44a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/stdtypes.rst

+2-2
Original file line numberDiff line numberDiff 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'``

0 commit comments

Comments
 (0)