aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-02-28 18:03:16 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2013-02-28 18:03:16 +0200
commit4b231a7d125a645f930252086682b5c1151edd8a (patch)
treec105384e3ea9d85bb5f44e486517cf29a88630df /Doc/library/curses.rst
parentMerge markup fixes in unittest docs from 3.2. (diff)
parentAdd a link to the demo dir. (diff)
downloadcpython-4b231a7d125a645f930252086682b5c1151edd8a.tar.gz
cpython-4b231a7d125a645f930252086682b5c1151edd8a.tar.bz2
cpython-4b231a7d125a645f930252086682b5c1151edd8a.zip
Merge link addition from 3.2.
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 9e5cb554f0c..cd1915d03b5 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.