summaryrefslogtreecommitdiffstats
path: root/Doc/library/curses.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-30 22:12:40 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-30 22:12:40 (GMT)
commit59b44721e37c214cb5f0288d81e7302b7622c45e (patch)
tree8d1b4770e5fddb939b0363f363f88c5401e7ef5b /Doc/library/curses.rst
parent856898b3958626d2400e59b53dc134283addc988 (diff)
downloadcpython-59b44721e37c214cb5f0288d81e7302b7622c45e.zip
cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.tar.gz
cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.tar.bz2
Remove mentions of the Demo directory.
Diffstat (limited to 'Doc/library/curses.rst')
-rw-r--r--Doc/library/curses.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst
index f9ba0d6..369571a 100644
--- a/Doc/library/curses.rst
+++ b/Doc/library/curses.rst
@@ -49,7 +49,7 @@ Linux and the BSD variants of Unix.
Tutorial material on using curses with Python, by Andrew Kuchling and Eric
Raymond.
- The :file:`Demo/curses/` directory in the Python source distribution contains
+ The :file:`Tools/demo/` directory in the Python source distribution contains
some example programs using the curses bindings provided by this module.