summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2009-02-26 22:34:30 +0000
committerAndrew M. Kuchling <amk@amk.ca>2009-02-26 22:34:30 +0000
commitcdb4e6248bc2e20b28a507a3395d46de43844232 (patch)
treed870c20227523073bf1977ef3548f2488570c8fc
parentb3dd5485da12739d71890828a2e2d457b9f633c0 (diff)
downloadcpython-git-cdb4e6248bc2e20b28a507a3395d46de43844232.tar.gz
The curses panel library is now supported
-rw-r--r--Doc/howto/curses.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/curses.rst b/Doc/howto/curses.rst
index 2d964c393c..71e640cb34 100644
--- a/Doc/howto/curses.rst
+++ b/Doc/howto/curses.rst
@@ -426,7 +426,7 @@ quirks, and provide complete lists of all the functions, attributes, and
Because the curses API is so large, some functions aren't supported in the
Python interface, not because they're difficult to implement, but because no one
has needed them yet. Feel free to add them and then submit a patch. Also, we
-don't yet have support for the menus or panels libraries associated with
+don't yet have support for the menu library associated with
ncurses; feel free to add that.
If you write an interesting little program, feel free to contribute it as