File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,20 +117,18 @@ Dictionary Objects
117117
118118.. cfunction :: PyObject* PyDict_Items(PyObject *p)
119119
120- Return a :ctype: `PyListObject ` containing all the items from the
121- dictionary, as in the dictionary method :meth: `dict.items `.
120+ Return a :c:type: `PyListObject ` containing all the items from the dictionary.
122121
123122
124123.. cfunction :: PyObject* PyDict_Keys(PyObject *p)
125124
126- Return a :ctype: `PyListObject ` containing all the keys from the dictionary,
127- as in the dictionary method :meth: `dict.keys `.
125+ Return a :c:type: `PyListObject ` containing all the keys from the dictionary.
128126
129127
130128.. cfunction :: PyObject* PyDict_Values(PyObject *p)
131129
132- Return a :ctype: `PyListObject ` containing all the values from the
133- dictionary *p *, as in the dictionary method :meth: ` dict.values ` .
130+ Return a :c:type: `PyListObject ` containing all the values from the dictionary
131+ *p *.
134132
135133
136134.. cfunction :: Py_ssize_t PyDict_Size(PyObject *p)
You can’t perform that action at this time.
0 commit comments