diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2022-04-02 19:32:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-02 19:32:59 (GMT) |
commit | 677a87946630c5fbd9998969669b4dd4f4b32545 (patch) | |
tree | 1a58783773f5b26f23e7d9e941232ae8ed54e8bb /Doc/c-api/bytes.rst | |
parent | 897bc6f9282238d5fb32d232ab62d30675244736 (diff) | |
download | cpython-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.rst | 2 |
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 |