From 74e06e72fb9f635a3a180e0a4f9707531e68c031 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Fri, 25 Sep 2009 22:25:53 -0400 Subject: [PATCH] remove reference to how to use IDLE's graphical editor --- installing-python.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing-python.html b/installing-python.html index 12c893c..e3ac49d 100755 --- a/installing-python.html +++ b/installing-python.html @@ -344,7 +344,7 @@ has the same effect as typing a particular string at the help> prompt.
  • The prompt changes back to >>> to signal that you’ve left the interactive help mode and returned to the Python Shell. -

    IDLE, the graphical Python Shell, also includes a Python-aware text editor. You’ll see how to use it in the next section. +

    IDLE, the graphical Python Shell, also includes a Python-aware text editor.