summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/bytearray.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-05-04 15:06:34 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-05-04 15:06:34 (GMT)
commitc228e96726129e20519a2016075fca3dc9fdcd30 (patch)
treebf6fca50fa7f3fd47fdfe20fbed1baf2d65f2585 /Doc/c-api/bytearray.rst
parent28faf03d4474d184b30a8013c70845b6600d456d (diff)
downloadcpython-c228e96726129e20519a2016075fca3dc9fdcd30.zip
cpython-c228e96726129e20519a2016075fca3dc9fdcd30.tar.gz
cpython-c228e96726129e20519a2016075fca3dc9fdcd30.tar.bz2
#16518: use "bytes-like object" throughout the docs.
Diffstat (limited to 'Doc/c-api/bytearray.rst')
-rw-r--r--Doc/c-api/bytearray.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/bytearray.rst b/Doc/c-api/bytearray.rst
index 95ded96..8202205 100644
--- a/Doc/c-api/bytearray.rst
+++ b/Doc/c-api/bytearray.rst
@@ -40,7 +40,7 @@ Direct API functions
.. c:function:: PyObject* PyByteArray_FromObject(PyObject *o)
Return a new bytearray object from any object, *o*, that implements the
- buffer protocol.
+ :ref:`buffer protocol <bufferobjects>`.
.. XXX expand about the buffer protocol, at least somewhere