Skip to content

Commit 6b9df7f

Browse files
Yashp002vstinner
andauthored
exports fix 7
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 9eb597b commit 6b9df7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ complete listing.
416416

417417
Example usage::
418418

419-
PyAPI_DATA(PyObject *) _Py_NoneStruct;
419+
PyAPI_DATA(const unsigned long) Py_Version;
420420

421421

422422
.. _api-objects:

0 commit comments

Comments
 (0)