Skip to content

Commit 6811bde

Browse files
authored
gh-88097: doc: fix link to Py_Version (#92141)
1 parent 79886e7 commit 6811bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ Process-wide parameters
553553
period. The returned string points into static storage; the caller should not
554554
modify its value. The value is available to Python code as :data:`sys.version`.
555555
556-
See also the :data:`Py_Version` constant.
556+
See also the :c:var:`Py_Version` constant.
557557
558558
559559
.. c:function:: const char* Py_GetPlatform()

0 commit comments

Comments
 (0)