From 52763bb7d14aa978cc2c9df4cf00b3c759066c18 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 12 Dec 2022 07:16:19 +0200 Subject: [PATCH] Add full stop Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com> --- Doc/c-api/apiabiversion.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/apiabiversion.rst b/Doc/c-api/apiabiversion.rst index 8e77aee6f4e59c..62d542966622ce 100644 --- a/Doc/c-api/apiabiversion.rst +++ b/Doc/c-api/apiabiversion.rst @@ -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`.