summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/bytes.rst
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2022-04-02 19:32:59 (GMT)
committerGitHub <noreply@github.com>2022-04-02 19:32:59 (GMT)
commit677a87946630c5fbd9998969669b4dd4f4b32545 (patch)
tree1a58783773f5b26f23e7d9e941232ae8ed54e8bb /Doc/c-api/bytes.rst
parent897bc6f9282238d5fb32d232ab62d30675244736 (diff)
downloadcpython-677a87946630c5fbd9998969669b4dd4f4b32545.zip
cpython-677a87946630c5fbd9998969669b4dd4f4b32545.tar.gz
cpython-677a87946630c5fbd9998969669b4dd4f4b32545.tar.bz2
More minor fixes to C API docs (GH-31714)
* init_config: wording fixes * bytearray: remove XXX, there is a good link to the buffer docs * bytes, call, exceptions: minor wording fixes
Diffstat (limited to 'Doc/c-api/bytes.rst')
-rw-r--r--Doc/c-api/bytes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/bytes.rst b/Doc/c-api/bytes.rst
index de65701..32c7b80 100644
--- a/Doc/c-api/bytes.rst
+++ b/Doc/c-api/bytes.rst
@@ -5,7 +5,7 @@
Bytes Objects
-------------
-These functions raise :exc:`TypeError` when expecting a bytes parameter and are
+These functions raise :exc:`TypeError` when expecting a bytes parameter and
called with a non-bytes parameter.
.. index:: object: bytes