]> granicus.if.org Git - python/commitdiff
Whitespace nits.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 1 Jun 2008 04:16:28 +0000 (04:16 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 1 Jun 2008 04:16:28 +0000 (04:16 +0000)
Doc/c-api/dict.rst

index c86cd0b8c2f575ab87b910a1984706150bb29950..c3ef1f4300dd276ace848f461b67b3cfab32e82d 100644 (file)
@@ -98,6 +98,7 @@ Dictionary Objects
    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.
 
+
 .. cfunction:: PyObject* PyDict_GetItemWithError(PyObject *p, PyObject *key)
 
    Variant of :cfunc:`PyDict_GetItem` that does not suppress
@@ -105,6 +106,7 @@ Dictionary Objects
    occurred.  Return *NULL* **without** an exception set if the key
    wasn't present.
 
+
 .. cfunction:: PyObject* PyDict_GetItemString(PyObject *p, const char *key)
 
    This is the same as :cfunc:`PyDict_GetItem`, but *key* is specified as a