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.
1 parent a30e730 commit ec9c67bCopy full SHA for ec9c67b
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 bytearray or
+ 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.
0 commit comments