From: Benjamin Peterson Date: Mon, 11 Mar 2013 16:35:47 +0000 (-0500) Subject: remove more useless words X-Git-Tag: v3.4.0a1~1225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e094833f22050e301bb28178d3ff17a8b0561ced;p=python remove more useless words --- diff --git a/Doc/c-api/dict.rst b/Doc/c-api/dict.rst index 6d3a0e8c25..2b4ac8e089 100644 --- a/Doc/c-api/dict.rst +++ b/Doc/c-api/dict.rst @@ -114,9 +114,9 @@ Dictionary Objects This is the same as the Python-level :meth:`dict.setdefault`. If present, it returns the value corresponding to *key* from the dictionary *p*. If the key - is not in the dict, it is inserted with value *defaultobj* and *defaultobj*. - This function evaluates the hash function of *key* only once, instead of - evaluating it independently for the lookup and the insertion. + is not in the dict, it is inserted with value *defaultobj*. This function + evaluates the hash function of *key* only once, instead of evaluating it + independently for the lookup and the insertion. .. c:function:: PyObject* PyDict_Items(PyObject *p)