Skip to content

Commit c4bd239

Browse files
committed
Add docs for PyDict_Size().
1 parent fb2555e commit c4bd239

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/c-api/dict.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,5 +561,7 @@ These are :term:`soft deprecated` aliases to ``PyDict`` APIs:
561561
* :c:func:`PyDict_GetItemString`
562562
* * .. c:macro:: PyODict_Contains(od, key)
563563
* :c:func:`PyDict_Contains`
564+
* * .. c:macro:: PyODict_Size(od)
565+
* :c:func:`PyDict_Size`
564566
* * .. c:macro:: PyODict_SIZE(od)
565567
* :c:func:`PyDict_GET_SIZE`

0 commit comments

Comments
 (0)