diff options
author | Walter Dörwald <walter@livinglogic.de> | 2006-01-21 10:50:39 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2006-01-21 10:50:39 (GMT) |
commit | 9d9af8ac9a65d7eb8f2e9a9d68f64c84d9b822a5 (patch) | |
tree | e7f26712ec666f10de235ed5e6087f008c306c17 /Doc/howto | |
parent | 531cebad4c815f8fcf7abaf680ceb88c014d7d3f (diff) | |
download | cpython-9d9af8ac9a65d7eb8f2e9a9d68f64c84d9b822a5.zip cpython-9d9af8ac9a65d7eb8f2e9a9d68f64c84d9b822a5.tar.gz cpython-9d9af8ac9a65d7eb8f2e9a9d68f64c84d9b822a5.tar.bz2 |
Fix typo
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/curses.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/curses.tex b/Doc/howto/curses.tex index a6a0e0a..9264c0e 100644 --- a/Doc/howto/curses.tex +++ b/Doc/howto/curses.tex @@ -75,7 +75,7 @@ later. 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. |