Skip to content

Commit 506081e

Browse files
committed
wrap line to 79 characters.
1 parent ec9c67b commit 506081e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Doc/library/stdtypes.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3306,10 +3306,11 @@ 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 :meth:`bytearray.translate` or
3310-
:meth:`bytes.translate` that will map each character in *from* into the
3311-
character at the same position in *to*; *from* and *to* must both be
3312-
:term:`bytes-like objects <bytes-like object>` and have the same length.
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
3313+
have the same length.
33133314

33143315
.. versionadded:: 3.1
33153316

0 commit comments

Comments
 (0)