diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-02-28 16:03:16 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-02-28 16:03:16 (GMT) |
commit | 4b231a7d125a645f930252086682b5c1151edd8a (patch) | |
tree | c105384e3ea9d85bb5f44e486517cf29a88630df /Doc | |
parent | df2460564d723a965467887a62c0f23d78502075 (diff) | |
parent | c6641dbf585397c3387b22036c29f3d451f76063 (diff) | |
download | cpython-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.rst | 2 |
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. |