Skip to content

Commit 52763bb

Browse files
hugovkslateny
andauthored
Add full stop
Co-authored-by: Stanley <[email protected]>
1 parent 02a0eb0 commit 52763bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/apiabiversion.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ See :ref:`stable` for a discussion of API and ABI stability across versions.
5858
Thus ``3.4.1a2`` is hexversion ``0x030401a2`` and ``3.10.0`` is
5959
hexversion ``0x030a00f0``.
6060

61-
Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``
61+
Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``.
6262

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

0 commit comments

Comments
 (0)