Skip to content

Commit

Permalink
Add full stop
Browse files Browse the repository at this point in the history
Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
  • Loading branch information
hugovk and slateny authored Dec 12, 2022
1 parent 02a0eb0 commit 52763bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/apiabiversion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ See :ref:`stable` for a discussion of API and ABI stability across versions.
Thus ``3.4.1a2`` is hexversion ``0x030401a2`` and ``3.10.0`` is
hexversion ``0x030a00f0``.

Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``
Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``.

This version is also available via the symbol :data:`Py_Version`.

Expand Down

0 comments on commit 52763bb

Please sign in to comment.