Issue #27036: Fixed formatting references to "bytes-like object" in plural.

This commit is contained in:
Serhiy Storchaka 2016-05-18 13:54:54 +03:00
parent e23c90c344
commit e5ea1abf91
6 changed files with 6 additions and 6 deletions

View file

@ -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).