Skip to content

Commit b69ecac

Browse files
committed
Remove leading ! in Sphinx refs.
These are documented now so we can link to them.
1 parent c4bd239 commit b69ecac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/c-api/dict.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)