Kaydet (Commit) eabc0e87 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix

üst d5624cf6
...@@ -44,7 +44,7 @@ Uniquification ...@@ -44,7 +44,7 @@ Uniquification
d.setdefault(word, []).append(pagenumber) d.setdefault(word, []).append(pagenumber)
Note, the second example is a use case characterized by a get and set Note, the second example is a use case characterized by a get and set
to the same key. There are similar used cases with a __contains__ to the same key. There are similar use cases with a __contains__
followed by a get, set, or del to the same key. Part of the followed by a get, set, or del to the same key. Part of the
justification for d.setdefault is combining the two lookups into one. justification for d.setdefault is combining the two lookups into one.
......
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