Skip to content

Commit 17b0e2a

Browse files
Update Doc/c-api/interp-lifecycle.rst
Co-authored-by: Sam Gross <colesbury@gmail.com>
1 parent 08e845c commit 17b0e2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/interp-lifecycle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ deleted. This can be done using interpreter views.
755755
.. versionadded:: next
756756
757757
758-
.. c:function:: PyInterpreterView *PyInterpreterView_FromMain()
758+
.. c:function:: PyInterpreterView *PyInterpreterView_FromMain(void)
759759
760760
Create a view for the main interpreter (the first and default
761761
interpreter in a Python process; see

0 commit comments

Comments
 (0)