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 81bcdec commit de6b12fCopy full SHA for de6b12f
Doc/c-api/dict.rst
@@ -430,7 +430,7 @@ Dictionary Objects
430
431
.. c:function:: int PyDictViewSet_Check(PyObject *o)
432
433
- Return true if *o* is a view of a set inside a dictionary. This is
+ 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
435
function always succeeds.
436
0 commit comments