Skip to content
Snippets Groups Projects
Unverified Commit 6811bdef authored by Victor Stinner's avatar Victor Stinner Committed by GitHub
Browse files

gh-88097: doc: fix link to Py_Version (#92141)

parent 79886e7b
No related branches found
No related tags found
No related merge requests found
...@@ -553,7 +553,7 @@ Process-wide parameters ...@@ -553,7 +553,7 @@ Process-wide parameters
period. The returned string points into static storage; the caller should not 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`. 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() .. c:function:: const char* Py_GetPlatform()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment