mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Doc: some rst linting. (GH-30149)
This commit is contained in:
parent
95a922b3bb
commit
62a0a2a25d
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue