Skip to content

Commit e17b3c3

Browse files
committed
update link to Py_eval_input for reference
1 parent 0e14bdf commit e17b3c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/c-api/veryhigh.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ the same library that the Python runtime is using.
183183
objects *globals* and *locals* with the compiler flags specified by
184184
*flags*. *globals* must be a dictionary; *locals* can be any object
185185
that implements the mapping protocol. The parameter *start* specifies
186-
the start symbol that should be used to parse the source code.
186+
the start symbol (e.g., :c:data:`Py_eval_input`) that should be used to
187+
parse the source code.
187188
188189
Returns the result of executing the code as a Python object, or ``NULL`` if an
189190
exception was raised.

0 commit comments

Comments
 (0)