Clarify that iterating over a dict already yields the keys.

This commit is contained in:
Tim Peters 2006-04-16 22:09:59 +00:00
parent 695d455ddf
commit 124fde75d2
1 changed files with 1 additions and 1 deletions

View File

@ -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