File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -508,17 +508,17 @@ little need for these functions; prefer ``PyDict*`` where possible.
508508
509509.. c :var :: PyTypeObject PyODictKeys_Type
510510
511- Analogous to :c:type: `! PyDictKeys_Type ` for ordered dictionaries.
511+ Analogous to :c:type: `PyDictKeys_Type ` for ordered dictionaries.
512512
513513
514514.. c :var :: PyTypeObject PyODictValues_Type
515515
516- Analogous to :c:type: `! PyDictValues_Type ` for ordered dictionaries.
516+ Analogous to :c:type: `PyDictValues_Type ` for ordered dictionaries.
517517
518518
519519.. c :var :: PyTypeObject PyODictItems_Type
520520
521- Analogous to :c:type: `! PyDictItems_Type ` for ordered dictionaries.
521+ Analogous to :c:type: `PyDictItems_Type ` for ordered dictionaries.
522522
523523
524524.. c :function :: PyObject *PyODict_New (void)
You can’t perform that action at this time.
0 commit comments