Skip to content

Commit bf55f97

Browse files
committed
fixup
1 parent 1166342 commit bf55f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/curses.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ be invoked, usually as part of the module initialisation function, to populate
4747
The :ref:`heap type <heap-types>` corresponding to :class:`curses.window`.
4848

4949

50-
.. c:func:: int PyCursesWindow_Check(PyObject *op)
50+
.. c:function:: int PyCursesWindow_Check(PyObject *op)
5151
52-
Return *1* if *op* is an :class:`curses.window` instance, *0* otherwise.
52+
Return *1* if *op* is a :class:`curses.window` instance, *0* otherwise.
5353
5454
5555
The following macros are convenience macros expanding into C statements.

0 commit comments

Comments
 (0)