cpython: f6f39ebd3121 (original) (raw)
Mercurial > cpython
changeset 82607:f6f39ebd3121
fix spelling (#17327) [#17327]
Benjamin Peterson benjamin@python.org | |
---|---|
date | Mon, 11 Mar 2013 12:17:19 -0500 |
parents | 8948dd77b095 |
children | 2966e5a55396 |
files | Doc/c-api/dict.rst |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-)[+] [-] Doc/c-api/dict.rst 4 |
line wrap: on
line diff
--- a/Doc/c-api/dict.rst
+++ b/Doc/c-api/dict.rst
@@ -114,8 +114,8 @@ 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 defautobj is
- returned. This function evaluates the hash function of key only once,