mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Add missing "to" to two tp_flags notes (GH-31624)
This commit is contained in:
parent
7d611b4cab
commit
422fdb3717
1 changed files with 2 additions and 2 deletions
|
|
@ -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:**
|
||||
|
||||
|
|
@ -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:**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue