mirror of https://github.com/python/cpython
Fix typo in Doc/c-api/typeobj.rst (GH-118377)
This commit is contained in:
parent
375c94c75d
commit
030fcc47fb
|
@ -1381,7 +1381,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
|
|||
Py_VISIT(Py_TYPE(self));
|
||||
|
||||
It is only needed since Python 3.9. To support Python 3.8 and older, this
|
||||
line must be conditionnal::
|
||||
line must be conditional::
|
||||
|
||||
#if PY_VERSION_HEX >= 0x03090000
|
||||
Py_VISIT(Py_TYPE(self));
|
||||
|
|
Loading…
Reference in New Issue