]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
More minor fixes to C API docs (GH-31714)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 2 Apr 2022 19:54:04 +0000 (12:54 -0700)
committerGitHub <noreply@github.com>
Sat, 2 Apr 2022 19:54:04 +0000 (12:54 -0700)
commit5830a288abc00fc4fca57ebe18e42dc78334a279
tree4e615461fd55dc1463f96c8b4ed2f8bd6ee3222d
parent16a809ffb7af14898ce9ec8165960d96cbcd4ec3
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
(cherry picked from commit 677a87946630c5fbd9998969669b4dd4f4b32545)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/c-api/bytearray.rst
Doc/c-api/bytes.rst
Doc/c-api/call.rst
Doc/c-api/exceptions.rst
Doc/c-api/init_config.rst