We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6200c commit 5fc61d4Copy full SHA for 5fc61d4
Doc/c-api/gen.rst
@@ -45,7 +45,7 @@ than explicitly calling :c:func:`PyGen_New` or :c:func:`PyGen_NewWithQualName`.
45
A reference to *frame* is stolen by this function. The *frame* argument
46
must not be ``NULL``.
47
48
-.. c:function:: PyCodeObject *PyGen_GetCode(PyGenObject *gen)
+.. c:function:: PyCodeObject* PyGen_GetCode(PyGenObject *gen)
49
50
Return a new :term:`strong reference` to the code object wrapped by *gen*.
51
This function always succeeds.
0 commit comments