Skip to content

Commit

Permalink
gh-88097: doc: fix link to Py_Version (#92141)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed May 2, 2022
1 parent 79886e7 commit 6811bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/init.rst
Expand Up @@ -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()
Expand Down

0 comments on commit 6811bde

Please sign in to comment.