We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bd239 commit b69ecacCopy full SHA for b69ecac
1 file changed
Doc/c-api/dict.rst
@@ -508,17 +508,17 @@ little need for these functions; prefer ``PyDict*`` where possible.
508
509
.. c:var:: PyTypeObject PyODictKeys_Type
510
511
- Analogous to :c:type:`!PyDictKeys_Type` for ordered dictionaries.
+ Analogous to :c:type:`PyDictKeys_Type` for ordered dictionaries.
512
513
514
.. c:var:: PyTypeObject PyODictValues_Type
515
516
- Analogous to :c:type:`!PyDictValues_Type` for ordered dictionaries.
+ Analogous to :c:type:`PyDictValues_Type` for ordered dictionaries.
517
518
519
.. c:var:: PyTypeObject PyODictItems_Type
520
521
- Analogous to :c:type:`!PyDictItems_Type` for ordered dictionaries.
+ Analogous to :c:type:`PyDictItems_Type` for ordered dictionaries.
522
523
524
.. c:function:: PyObject *PyODict_New(void)
0 commit comments