From 6811bdef63d4f3af6ff901d324556cf8954575a7 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 2 May 2022 15:29:22 +0200 Subject: gh-88097: doc: fix link to Py_Version (#92141) --- Doc/c-api/init.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 9d38fb4..d9a7d8e 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() -- cgit v0.12