moved pattern_file back to __init__ in plural6.py

This commit is contained in:
Mark Pilgrim
2009-07-27 06:20:29 -04:00
parent 62aa447daf
commit 6c0a137742
5 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -346,7 +346,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 chapter.
<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 class=a>&#x2042;