Commit 40383c8f authored by Georg Brandl's avatar Georg Brandl

Minor clarification in tutorial.

parent 00538ffe
......@@ -78,6 +78,9 @@ slice notation makes this especially convenient::
>>> words
['defenestrate', 'cat', 'window', 'defenestrate']
With ``for w in words:``, the example would attempt to create an infinite list,
inserting ``defenestrate`` over and over again.
.. _tut-range:
......
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