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 375c94c commit 030fcc4Copy full SHA for 030fcc4
1 file changed
Doc/c-api/typeobj.rst
@@ -1381,7 +1381,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
1381
Py_VISIT(Py_TYPE(self));
1382
1383
It is only needed since Python 3.9. To support Python 3.8 and older, this
1384
- line must be conditionnal::
+ line must be conditional::
1385
1386
#if PY_VERSION_HEX >= 0x03090000
1387
0 commit comments