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

@ -91,7 +91,7 @@ Array objects support the ordinary sequence operations of indexing, slicing,
concatenation, and multiplication. When using slice assignment, the assigned
value must be an array object with the same type code; in all other cases,
:exc:`TypeError` is raised. Array objects also implement the buffer interface,
and may be used wherever :term:`bytes-like object`\ s are supported.
and may be used wherever :term:`bytes-like objects <bytes-like object>` are supported.
The following data items and methods are also supported: