Kaydet (Commit) c3e36af7 authored tarafından Alexandre Vassalotti's avatar Alexandre Vassalotti

Whitespace nits.

üst 787f307e
...@@ -98,6 +98,7 @@ Dictionary Objects ...@@ -98,6 +98,7 @@ Dictionary Objects
Return the object from dictionary *p* which has a key *key*. Return *NULL* if Return the object from dictionary *p* which has a key *key*. Return *NULL* if
the key *key* is not present, but *without* setting an exception. the key *key* is not present, but *without* setting an exception.
.. cfunction:: PyObject* PyDict_GetItemWithError(PyObject *p, PyObject *key) .. cfunction:: PyObject* PyDict_GetItemWithError(PyObject *p, PyObject *key)
Variant of :cfunc:`PyDict_GetItem` that does not suppress Variant of :cfunc:`PyDict_GetItem` that does not suppress
...@@ -105,6 +106,7 @@ Dictionary Objects ...@@ -105,6 +106,7 @@ Dictionary Objects
occurred. Return *NULL* **without** an exception set if the key occurred. Return *NULL* **without** an exception set if the key
wasn't present. wasn't present.
.. cfunction:: PyObject* PyDict_GetItemString(PyObject *p, const char *key) .. cfunction:: PyObject* PyDict_GetItemString(PyObject *p, const char *key)
This is the same as :cfunc:`PyDict_GetItem`, but *key* is specified as a This is the same as :cfunc:`PyDict_GetItem`, but *key* is specified as a
......
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