Kaydet (Commit) 37474f43 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix spelling (#17327)

üst 28558140
...@@ -114,8 +114,8 @@ Dictionary Objects ...@@ -114,8 +114,8 @@ Dictionary Objects
This is the same as the Python-level :meth:`dict.setdefault`. If present, it 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 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 is not in the dict, it is inserted with value *defaultobj* and *defaultobj*
returned. This function evaluates the hash function of *key* only once, is returned. This function evaluates the hash function of *key* only once,
instead of evaluating it independently for the lookup and the insertion. instead of evaluating it independently for the lookup and the insertion.
......
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