mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Add missing "to" to two tp_flags notes (GH-31624)
(cherry picked from commit 422fdb3717)
Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
This commit is contained in:
parent
1f956d11db
commit
98e2ee60bd
1 changed files with 2 additions and 2 deletions
|
|
@ -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:**
|
||||
|
||||
|
|
@ -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:**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue