We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bytearray
bytes.maketrans
bytearray.maketrans
1 parent 5c6937a commit a30e730Copy full SHA for a30e730
Doc/library/stdtypes.rst
@@ -3306,7 +3306,7 @@ arbitrary binary data.
3306
.. staticmethod:: bytes.maketrans(from, to, /)
3307
bytearray.maketrans(from, to, /)
3308
3309
- This static method returns a translation table usable for
+ This static method returns a translation table usable for bytearray 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.
0 commit comments