mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #27036: Fixed formatting references to "bytes-like object" in plural.
This commit is contained in:
parent
e23c90c344
commit
e5ea1abf91
6 changed files with 6 additions and 6 deletions
|
@ -21,7 +21,7 @@ higher-level modules.
|
|||
.. note::
|
||||
|
||||
``a2b_*`` functions accept Unicode strings containing only ASCII characters.
|
||||
Other functions only accept :term:`bytes-like object`\ s (such as
|
||||
Other functions only accept :term:`bytes-like objects <bytes-like object>` (such as
|
||||
:class:`bytes`, :class:`bytearray` and other objects that support the buffer
|
||||
protocol).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue