diff options
Diffstat (limited to 'Doc/c-api/reflection.rst')
-rw-r--r-- | Doc/c-api/reflection.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/reflection.rst b/Doc/c-api/reflection.rst index 8a96ce3..822c593 100644 --- a/Doc/c-api/reflection.rst +++ b/Doc/c-api/reflection.rst @@ -15,7 +15,7 @@ Reflection Return a dictionary of the local variables in the current execution frame, or *NULL* if no frame is currently executing. - + .. cfunction:: PyObject* PyEval_GetGlobals() |