Skip to content

Commit 9792d9e

Browse files
committed
Tiny reword.
1 parent efa1799 commit 9792d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/frame.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ See also :ref:`Reflection <reflection>`.
3232
.. c:function:: PyObject *PyFrame_New(PyThreadState *tstate, PyCodeObject *code, PyObject *globals, PyObject *locals)
3333
3434
Create a new frame object. This function returns a :term:`strong reference`
35-
to the new frame object on success; return ``NULL`` with an exception set
36-
on failure.
35+
to the new frame object on success, and returns ``NULL`` with an exception
36+
set on failure.
3737
3838
.. c:function:: int PyFrame_Check(PyObject *obj)
3939

0 commit comments

Comments
 (0)