projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
531ceba
)
Fix typo
author
Walter Dörwald
<walter@livinglogic.de>
Sat, 21 Jan 2006 10:50:39 +0000
(10:50 +0000)
committer
Walter Dörwald
<walter@livinglogic.de>
Sat, 21 Jan 2006 10:50:39 +0000
(10:50 +0000)
Doc/howto/curses.tex
patch
|
blob
|
history
diff --git
a/Doc/howto/curses.tex
b/Doc/howto/curses.tex
index a6a0e0a07fa5507adff52fa1181a254399cea43c..9264c0ed285feb87cb3c4eab66734266f075ef0b 100644
(file)
--- 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 se
r
ction 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.