We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823ace9 commit 2cd976bCopy full SHA for 2cd976b
Doc/c-api/dict.rst
@@ -428,10 +428,10 @@ Dictionary Objects
428
.. versionadded:: 3.12
429
430
431
-.. c:function:: int PyDictViewSet_Check(PyObject *o)
+.. c:function:: int PyDictViewSet_Check(PyObject *op)
432
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
+ Return true if *op* is a view of a set inside a dictionary. This is currently
+ equivalent to :c:expr:`PyDictKeys_Check(op) || PyDictItems_Check(op)`. This
435
function always succeeds.
436
437
0 commit comments