diff options
author | Guido van Rossum <guido@python.org> | 2007-08-31 03:25:11 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-08-31 03:25:11 +0000 |
commit | 0616b792ba4115fe3bb79c446c2c6383db434490 (patch) | |
tree | 5a6c2a06d6c8aa125c0fb4fcb278020b6c585e12 /Doc/tutorial/interactive.rst | |
parent | More email package fixes. (diff) | |
download | cpython-0616b792ba4115fe3bb79c446c2c6383db434490.tar.gz cpython-0616b792ba4115fe3bb79c446c2c6383db434490.tar.bz2 cpython-0616b792ba4115fe3bb79c446c2c6383db434490.zip |
Tutorial update for 3.0 by Paul Dubois.
I had to fix a few markup issues in controlflow.rst and modules.rst.
There's a unicode issue on line 448 in introduction.rst that someone else needs to fix.
Diffstat (limited to 'Doc/tutorial/interactive.rst')
-rw-r--r-- | Doc/tutorial/interactive.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tutorial/interactive.rst b/Doc/tutorial/interactive.rst index 8eeca2a47cf..11a970f1bd3 100644 --- a/Doc/tutorial/interactive.rst +++ b/Doc/tutorial/interactive.rst @@ -158,6 +158,8 @@ token is required next). The completion mechanism might use the interpreter's symbol table. A command to check (or even suggest) matching parentheses, quotes, etc., would also be useful. +.. % + Do we mention IPython? DUBOIS .. rubric:: Footnotes |