commit | 96598afac4b576b67503c9658810598d03fe4e4b | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Aug 08 21:45:24 2011 +0200 |
committer | Georg Brandl <georg@python.org> | Mon Aug 08 21:45:24 2011 +0200 |
tree | 3137353c9ba87012c1761e8cce23aeb5d128d590 | |
parent | 1a41a4114c7395389270d34ed302da2300f2060e [diff] | |
parent | bdbdfb19783793b97743df15cc3ff4699a601b8e [diff] |
Merge with 3.2.
diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst index e33a596..cb9597f 100644 --- a/Doc/tutorial/controlflow.rst +++ b/Doc/tutorial/controlflow.rst
@@ -184,6 +184,9 @@ 8 equals 2 * 4 9 equals 3 * 3 +(Yes, this is the correct code. Look closely: the ``else`` clause belongs to +the :keyword:`for` loop, **not** the :keyword:`if` statement.) + .. _tut-pass: