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 02a0eb0 commit 52763bbCopy full SHA for 52763bb
Doc/c-api/apiabiversion.rst
@@ -58,7 +58,7 @@ See :ref:`stable` for a discussion of API and ABI stability across versions.
58
Thus ``3.4.1a2`` is hexversion ``0x030401a2`` and ``3.10.0`` is
59
hexversion ``0x030a00f0``.
60
61
- Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``
+ Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``.
62
63
This version is also available via the symbol :data:`Py_Version`.
64
0 commit comments