We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2555e commit c4bd239Copy full SHA for c4bd239
1 file changed
Doc/c-api/dict.rst
@@ -561,5 +561,7 @@ These are :term:`soft deprecated` aliases to ``PyDict`` APIs:
561
* :c:func:`PyDict_GetItemString`
562
* * .. c:macro:: PyODict_Contains(od, key)
563
* :c:func:`PyDict_Contains`
564
+ * * .. c:macro:: PyODict_Size(od)
565
+ * :c:func:`PyDict_Size`
566
* * .. c:macro:: PyODict_SIZE(od)
567
* :c:func:`PyDict_GET_SIZE`
0 commit comments