Skip to content

Commit 2cd976b

Browse files
committed
Use "op" instead of "o".
1 parent 823ace9 commit 2cd976b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/c-api/dict.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,10 @@ Dictionary Objects
428428
.. versionadded:: 3.12
429429
430430
431-
.. c:function:: int PyDictViewSet_Check(PyObject *o)
431+
.. c:function:: int PyDictViewSet_Check(PyObject *op)
432432
433-
Return true if *o* is a view of a set inside a dictionary. This is currently
434-
equivalent to :c:expr:`PyDictKeys_Check(o) || PyDictItems_Check(o)`. This
433+
Return true if *op* is a view of a set inside a dictionary. This is currently
434+
equivalent to :c:expr:`PyDictKeys_Check(op) || PyDictItems_Check(op)`. This
435435
function always succeeds.
436436
437437

0 commit comments

Comments
 (0)