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
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue