Fix typos in C API documentation#149588
Conversation
Documentation build overview
|
| void PyCriticalSection2_BeginMutex(PyCriticalSection2 *c, PyMutex *m1, PyMutex *m2); | ||
|
|
||
| .. (These need to be in a separate section without a Stable ABI anotation.) | ||
| .. (These need to be in a separate section without a Stable ABI annotation.) |
There was a problem hiding this comment.
Strictly speaking, this is not user-facing because it's an rST comment so if we really want to restrict our attention to visible typos, we can revert that change.
There was a problem hiding this comment.
IMO it's fine, we're going to merge the other fixes anyway.
There was a problem hiding this comment.
There are no other fixes in synchronization.rst. I think we can revert that part so that we only fix typos in Doc/c-api/slots.rst.
There was a problem hiding this comment.
I am also surprised that thre are only typos in slots.rst and synchronization.rst and not elsewhre.
There was a problem hiding this comment.
I added these last week, and didn't run a spell checker on the final PR.
I wonder how much of the world's energy usage goes into constantly scanning docs for small typos :/
There was a problem hiding this comment.
Thanks for your work on this
|
GH-149662 is a backport of this pull request to the 3.15 branch. |
This PR fixes three small typos in the C API documentation:
Doc/c-api/slots.rst:Doc/c-api/synchronization.rst:No behavioural change, no API change. Trivial documentation fixes only.