Skip to content

Commit de6b12f

Browse files
Update Doc/c-api/dict.rst
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent 81bcdec commit de6b12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/dict.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ Dictionary Objects
430430
431431
.. c:function:: int PyDictViewSet_Check(PyObject *o)
432432
433-
Return true if *o* is a view of a set inside a dictionary. This is
433+
Return true if *o* is a view of a set inside a dictionary. This is currently
434434
equivalent to :c:expr:`PyDictKeys_Check(o) || PyDictItems_Check(o)`. This
435435
function always succeeds.
436436

0 commit comments

Comments
 (0)