Skip to content

Commit e45794f

Browse files
Fix signature of PyInterpreterView_FromCurrent()
1 parent a61a092 commit e45794f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0788.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Interpreter Views
358358
359359
This type is guaranteed to be pointer-sized.
360360
361-
.. c:function:: int PyInterpreterView_FromCurrent(PyInterpreterView *view)
361+
.. c:function:: PyInterpreterView PyInterpreterView_FromCurrent(void)
362362
363363
Create a view to the current interpreter.
364364

0 commit comments

Comments
 (0)