summaryrefslogtreecommitdiffstats
path: root/Doc/library/array.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-18 10:54:54 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-18 10:54:54 (GMT)
commite5ea1abf91f79b5eaa8ab638c28400285a8fabfd (patch)
tree4f175cf71355052ea6d04103d3466c927565ddf5 /Doc/library/array.rst
parente23c90c344f8a47ee1a4abf6f23d5d0b09cde22a (diff)
downloadcpython-e5ea1abf91f79b5eaa8ab638c28400285a8fabfd.zip
cpython-e5ea1abf91f79b5eaa8ab638c28400285a8fabfd.tar.gz
cpython-e5ea1abf91f79b5eaa8ab638c28400285a8fabfd.tar.bz2
Issue #27036: Fixed formatting references to "bytes-like object" in plural.
Diffstat (limited to 'Doc/library/array.rst')
-rw-r--r--Doc/library/array.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/array.rst b/Doc/library/array.rst
index 419d584..00406e0 100644
--- a/Doc/library/array.rst
+++ b/Doc/library/array.rst
@@ -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: