diff options
Diffstat (limited to 'Doc/c-api/apiabiversion.rst')
-rw-r--r-- | Doc/c-api/apiabiversion.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/apiabiversion.rst b/Doc/c-api/apiabiversion.rst index 53a42e7f28e..85b6e2f3738 100644 --- a/Doc/c-api/apiabiversion.rst +++ b/Doc/c-api/apiabiversion.rst @@ -63,7 +63,7 @@ See :ref:`stable` for a discussion of API and ABI stability across versions. .. c:var:: const unsigned long Py_Version The Python runtime version number encoded in a single constant integer, with - the same format as the c:macro:`PY_VERSION_HEX` macro. + the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the Python version used at run time. .. versionadded:: 3.11 |