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 b69ecac commit fcaf638Copy full SHA for fcaf638
Doc/c-api/dict.rst
@@ -502,8 +502,9 @@ little need for these functions; prefer ``PyDict*`` where possible.
502
503
.. c:function:: int PyODict_CheckExact(PyObject *od)
504
505
- Return true if *od* is a dict object, but not an instance of a subtype of
506
- the :class:`~collections.OrderedDict` type. This function always succeeds.
+ Return true if *od* is an ordered dictionary object, but not an instance of
+ a subtype of the :class:`~collections.OrderedDict` type.
507
+ This function always succeeds.
508
509
510
.. c:var:: PyTypeObject PyODictKeys_Type
0 commit comments