File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments