mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fix markup.
This commit is contained in:
parent
8f8ed94196
commit
fc5f381caa
1 changed files with 3 additions and 3 deletions
|
|
@ -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*.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue