Skip to content

Commit

Permalink
Add missing "to" to two tp_flags notes (GH-31624)
Browse files Browse the repository at this point in the history
(cherry picked from commit 422fdb3)

Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
  • Loading branch information
miss-islington and brandtbucher committed Mar 1, 2022
1 parent 1f956d1 commit 98e2ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/c-api/typeobj.rst
Expand Up @@ -1232,7 +1232,7 @@ and :c:type:`PyType_Type` effectively act as defaults.)
.. note::

:const:`Py_TPFLAGS_MAPPING` and :const:`Py_TPFLAGS_SEQUENCE` are
mutually exclusive; it is an error enable both flags simultaneously.
mutually exclusive; it is an error to enable both flags simultaneously.

**Inheritance:**

Expand All @@ -1254,7 +1254,7 @@ and :c:type:`PyType_Type` effectively act as defaults.)
.. note::

:const:`Py_TPFLAGS_MAPPING` and :const:`Py_TPFLAGS_SEQUENCE` are
mutually exclusive; it is an error enable both flags simultaneously.
mutually exclusive; it is an error to enable both flags simultaneously.

**Inheritance:**

Expand Down

0 comments on commit 98e2ee6

Please sign in to comment.