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