]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-88097: doc: fix link to Py_Version (#92141)
authorVictor Stinner <vstinner@python.org>
Mon, 2 May 2022 13:29:22 +0000 (15:29 +0200)
committerGitHub <noreply@github.com>
Mon, 2 May 2022 13:29:22 +0000 (15:29 +0200)
Doc/c-api/init.rst

index 9d38fb47d10d6e87832fd722dfc0e66bc9d136d0..d9a7d8e44e1967f6787fe7549cee1fe09e42e21c 100644 (file)
@@ -553,7 +553,7 @@ Process-wide parameters
    period.  The returned string points into static storage; the caller should not
    modify its value.  The value is available to Python code as :data:`sys.version`.
 
-   See also the :data:`Py_Version` constant.
+   See also the :c:var:`Py_Version` constant.
 
 
 .. c:function:: const char* Py_GetPlatform()