summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-02-28 16:02:28 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-02-28 16:02:28 (GMT)
commitc6641dbf585397c3387b22036c29f3d451f76063 (patch)
treed412e9876f4a127e26e1d6f37b3f7683bbc4a604
parent4d6cb0fcf9210f33f47931c5d45c83e5c66658d2 (diff)
downloadcpython-c6641dbf585397c3387b22036c29f3d451f76063.zip
cpython-c6641dbf585397c3387b22036c29f3d451f76063.tar.gz
cpython-c6641dbf585397c3387b22036c29f3d451f76063.tar.bz2
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 11ab5d0..d2c2316 100644
--- a/Doc/library/curses.rst
+++ b/Doc/library/curses.rst
@@ -45,7 +45,7 @@ Linux and the BSD variants of Unix.
Tutorial material on using curses with Python, by Andrew Kuchling and Eric
Raymond.
- The :file:`Tools/demo/` directory in the Python source distribution contains
+ The :source:`Tools/demo/` directory in the Python source distribution contains
some example programs using the curses bindings provided by this module.