From: Victor Stinner Date: Mon, 2 May 2022 13:29:22 +0000 (+0200) Subject: gh-88097: doc: fix link to Py_Version (#92141) X-Git-Tag: v3.11.0b1~141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6811bdef63d4f3af6ff901d324556cf8954575a7;p=thirdparty%2FPython%2Fcpython.git gh-88097: doc: fix link to Py_Version (#92141) --- diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 9d38fb47d10d..d9a7d8e44e19 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -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()