Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit86c44a4

Browse files
committed
remove trailing whitespace (to pass workflow)
1 parent317860f commit86c44a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Doc/library/stdtypes.rst

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp