Commit fc5f381c authored by Georg Brandl's avatar Georg Brandl

Fix markup.

parent 8f8ed941
......@@ -117,17 +117,17 @@ Dictionary Objects
.. cfunction:: PyObject* PyDict_Items(PyObject *p)
Return a :c:type:`PyListObject` containing all the items from the dictionary.
Return a :ctype:`PyListObject` containing all the items from the dictionary.
.. cfunction:: PyObject* PyDict_Keys(PyObject *p)
Return a :c:type:`PyListObject` containing all the keys from the dictionary.
Return a :ctype:`PyListObject` containing all the keys from the dictionary.
.. cfunction:: PyObject* PyDict_Values(PyObject *p)
Return a :c:type:`PyListObject` containing all the values from the dictionary
Return a :ctype:`PyListObject` containing all the values from the dictionary
*p*.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment