Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove leading ! in Sphinx refs.
These are documented now so we can link to them.
  • Loading branch information
ZeroIntensity committed Nov 13, 2025
commit b69ecacf4cc9acb33dc0334b34232b74671fba96
6 changes: 3 additions & 3 deletions Doc/c-api/dict.rst
Original file line number Diff line number Diff line change
Expand Up @@ -508,17 +508,17 @@ little need for these functions; prefer ``PyDict*`` where possible.

.. c:var:: PyTypeObject PyODictKeys_Type

Analogous to :c:type:`!PyDictKeys_Type` for ordered dictionaries.
Analogous to :c:type:`PyDictKeys_Type` for ordered dictionaries.


.. c:var:: PyTypeObject PyODictValues_Type

Analogous to :c:type:`!PyDictValues_Type` for ordered dictionaries.
Analogous to :c:type:`PyDictValues_Type` for ordered dictionaries.


.. c:var:: PyTypeObject PyODictItems_Type

Analogous to :c:type:`!PyDictItems_Type` for ordered dictionaries.
Analogous to :c:type:`PyDictItems_Type` for ordered dictionaries.


.. c:function:: PyObject *PyODict_New(void)
Expand Down