summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-02-28 16:03:35 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-02-28 16:03:35 (GMT)
commita2f94aa0bf6d4acfba188ca2493d4ecffb30eab4 (patch)
treef2da94316e271154e609f909db72569ee25e8206
parent26db85b30ee10852a6091982c7a3cc75cab94764 (diff)
parent4b231a7d125a645f930252086682b5c1151edd8a (diff)
downloadcpython-a2f94aa0bf6d4acfba188ca2493d4ecffb30eab4.zip
cpython-a2f94aa0bf6d4acfba188ca2493d4ecffb30eab4.tar.gz
cpython-a2f94aa0bf6d4acfba188ca2493d4ecffb30eab4.tar.bz2
Merge link addition from 3.3.
-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.