[Python-checkins] r42134 - python/trunk/Doc/howto/curses.tex

walter.doerwald python-checkins at python.org
Sat Jan 21 11:50:39 CET 2006


Author: walter.doerwald
Date: Sat Jan 21 11:50:39 2006
New Revision: 42134

Modified:
   python/trunk/Doc/howto/curses.tex
Log:
Fix typo


Modified: python/trunk/Doc/howto/curses.tex
==============================================================================
--- python/trunk/Doc/howto/curses.tex	(original)
+++ python/trunk/Doc/howto/curses.tex	Sat Jan 21 11:50:39 2006
@@ -75,7 +75,7 @@
 
 This HOWTO is simply an introduction to writing text-mode programs
 with curses and Python. It doesn't attempt to be a complete guide to
-the curses API; for that, see the Python library guide's serction on
+the curses API; for that, see the Python library guide's section on
 ncurses, and the C manual pages for ncurses.  It will, however, give
 you the basic ideas.
 


More information about the Python-checkins mailing list