]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] More minor fixes to C API docs (GH-31714) (GH-32260)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 2 Apr 2022 23:00:13 +0000 (16:00 -0700)
committerGitHub <noreply@github.com>
Sat, 2 Apr 2022 23:00:13 +0000 (16:00 -0700)
commit74138ac954f6ee04aefcfbb96240a5185bd944c9
treea84e68517e8a3f75265e930ae7329188ffbd7be8
parent62da258a455974014ddc3a40466724bb815f862d
[3.9] More minor fixes to C API docs (GH-31714) (GH-32260)

* 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