Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3e36af

Browse files
committed
Whitespace nits.
1 parent 787f307 commit c3e36af

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/c-api/dict.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,15 @@ Dictionary Objects
9898
Return the object from dictionary *p* which has a key *key*. Return *NULL* if
9999
the key *key* is not present, but *without* setting an exception.
100100

101+
101102
.. cfunction:: PyObject* PyDict_GetItemWithError(PyObject *p, PyObject *key)
102103

103104
Variant of :cfunc:`PyDict_GetItem` that does not suppress
104105
exceptions. Return *NULL* **with** an exception set if an exception
105106
occurred. Return *NULL* **without** an exception set if the key
106107
wasn't present.
107108

109+
108110
.. cfunction:: PyObject* PyDict_GetItemString(PyObject *p, const char *key)
109111

110112
This is the same as :cfunc:`PyDict_GetItem`, but *key* is specified as a

0 commit comments

Comments
 (0)