We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e4929 commit 760683fCopy full SHA for 760683f
Doc/c-api/typeobj.rst
@@ -1605,7 +1605,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
1605
Do not confuse this field with :c:member:`~PyTypeObject.tp_weaklist`; that is the list head for
1606
weak references to the type object itself.
1607
1608
- It is an error to set both the :c:macro:`Py_TPFLAGS_MANAGED_DICT` bit and
+ It is an error to set both the :c:macro:`Py_TPFLAGS_MANAGED_WEAKREF` bit and
1609
:c:member:`~PyTypeObject.tp_weaklistoffset`.
1610
1611
**Inheritance:**
0 commit comments