summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-02-28 16:03:16 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-02-28 16:03:16 (GMT)
commit4b231a7d125a645f930252086682b5c1151edd8a (patch)
treec105384e3ea9d85bb5f44e486517cf29a88630df /Doc
parentdf2460564d723a965467887a62c0f23d78502075 (diff)
parentc6641dbf585397c3387b22036c29f3d451f76063 (diff)
downloadcpython-4b231a7d125a645f930252086682b5c1151edd8a.zip
cpython-4b231a7d125a645f930252086682b5c1151edd8a.tar.gz
cpython-4b231a7d125a645f930252086682b5c1151edd8a.tar.bz2
Merge link addition from 3.2.
Diffstat (limited to 'Doc')
-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 9e5cb55..cd1915d 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.