Skip to content

Commit c29b604

Browse files
committed
remove trailing whitespaces
1 parent 506081e commit c29b604

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/stdtypes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3306,10 +3306,10 @@ arbitrary binary data.
33063306
.. staticmethod:: bytes.maketrans(from, to, /)
33073307
bytearray.maketrans(from, to, /)
33083308

3309-
This static method returns a translation table usable for
3310-
:meth:`bytearray.translate` or :meth:`bytes.translate` that will map each
3311-
character in *from* into the character at the same position in *to*; *from*
3312-
and *to* must both be :term:`bytes-like objects <bytes-like object>` and
3309+
This static method returns a translation table usable for
3310+
:meth:`bytearray.translate` or :meth:`bytes.translate` that will map each
3311+
character in *from* into the character at the same position in *to*; *from*
3312+
and *to* must both be :term:`bytes-like objects <bytes-like object>` and
33133313
have the same length.
33143314

33153315
.. versionadded:: 3.1

0 commit comments

Comments
 (0)