diff options
Diffstat (limited to 'Doc/c-api/frame.rst')
-rw-r--r-- | Doc/c-api/frame.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/c-api/frame.rst b/Doc/c-api/frame.rst index 4a062dd..b81faab 100644 --- a/Doc/c-api/frame.rst +++ b/Doc/c-api/frame.rst @@ -87,6 +87,8 @@ See also :ref:`Reflection <reflection>`. * Raise :exc:`NameError` and return ``NULL`` if the variable does not exist. * Raise an exception and return ``NULL`` on error. + *name* type must be a :class:`str`. + .. versionadded:: 3.12 |