From 9d9af8ac9a65d7eb8f2e9a9d68f64c84d9b822a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Sat, 21 Jan 2006 10:50:39 +0000 Subject: [PATCH] Fix typo --- Doc/howto/curses.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/curses.tex b/Doc/howto/curses.tex index a6a0e0a07fa..9264c0ed285 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.