Skip to content

Commit

Permalink
Add missing "to" to two tp_flags notes (pythonGH-31624)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtbucher committed Mar 1, 2022
1 parent 7d611b4 commit 422fdb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/c-api/typeobj.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,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 @@ -1255,7 +1255,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 422fdb3

Please sign in to comment.