commit | da3f4ae34b3fc88621b83fcfe5554b878806648e | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Tue Aug 09 18:01:38 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Tue Aug 09 18:01:38 2011 +0200 |
tree | bce54af3d6ecf13270f5171b0ea1ff0d86d62a65 | |
parent | bdbdfb19783793b97743df15cc3ff4699a601b8e [diff] | |
parent | 54a1d058772197f76c2e5a9d18e6686b6db43b9a [diff] |
Branch merge
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: