Clarify that iterating over a dict already yields the keys.
This commit is contained in:
parent
695d455ddf
commit
124fde75d2
|
@ -45,7 +45,7 @@ Builtins
|
|||
Standard types
|
||||
==============
|
||||
|
||||
* Iterating over a dictionary will yield the keys.
|
||||
* Iterating over a dictionary will continue to yield the keys.
|
||||
|
||||
Thread: "Iterating over a dict",
|
||||
http://mail.python.org/pipermail/python-3000/2006-April/000283.html
|
||||
|
|
Loading…
Reference in New Issue