summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2019-02-22 12:26:37 +0100
committerArmin Rigo <arigo@tunes.org>2019-02-22 12:26:37 +0100
commitfd5a3264f21cd3e85d326f5387cb5d9b370ebe80 (patch)
tree4a70aa5d49b8e0ee5d687394260536ad9f6679ce /doc
parent9afde5aa34372b1c6f8717e58c6ae4d6029eafee (diff)
downloadcffi-fd5a3264f21cd3e85d326f5387cb5d9b370ebe80.tar.gz
typo
Diffstat (limited to 'doc')
-rw-r--r--doc/source/ref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/ref.rst b/doc/source/ref.rst
index a3175b6..3dc8e4b 100644
--- a/doc/source/ref.rst
+++ b/doc/source/ref.rst
@@ -177,7 +177,7 @@ Instead it has the following Python API (a subset of Python 2's ``buffer``)
in addition to supporting the buffer interface:
- ``buf[:]`` or ``bytes(buf)``: copy data out of the buffer, returning a
- regular byte string (or ``buf[start:end]`` for a part)
+ regular byte string (or ``buf[start:end]`` for a part)
- ``buf[:] = newstr``: copy data into the buffer (or ``buf[start:end]
= newstr``)