summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-02-28 17:55:17 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2013-02-28 17:55:17 +0200
commit1fef1eb6e97c730cecd0c180764bdefd0c449f6e (patch)
tree2727f84f5ec3ce092cfa5db148329e6f68b2a924
parent79b2dbaf3f5bda738bb0d7a6968ad7e3d3e3e3da (diff)
downloadcpython-git-1fef1eb6e97c730cecd0c180764bdefd0c449f6e.tar.gz
Add a link to the demo dir.
-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 a3c098bfac..72711e1ae0 100644
--- a/Doc/library/curses.rst
+++ b/Doc/library/curses.rst
@@ -48,7 +48,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 :source:`Demo/curses/` directory in the Python source distribution contains
some example programs using the curses bindings provided by this module.