remove reference to how to use IDLE's graphical editor

This commit is contained in:
Mark Pilgrim
2009-09-25 22:25:53 -04:00
parent 10e0b8bbac
commit 74e06e72fb
+1 -1
View File
@@ -344,7 +344,7 @@ has the same effect as typing a particular string at the help> prompt.</samp>
<li>The prompt changes back to <samp class=p>>>></samp> to signal that you&#8217;ve left the interactive help mode and returned to the Python Shell.
</ol>
<p><abbr>IDLE</abbr>, the graphical Python Shell, also includes a Python-aware text editor. You&#8217;ll see how to use it in the next section.
<p><abbr>IDLE</abbr>, the graphical Python Shell, also includes a Python-aware text editor.
<p class=a>&#x2042;