From: Ezio Melotti Date: Thu, 28 Feb 2013 15:55:17 +0000 (+0200) Subject: Add a link to the demo dir. X-Git-Tag: v2.7.4rc1~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1fef1eb6e97c730cecd0c180764bdefd0c449f6e;p=thirdparty%2FPython%2Fcpython.git Add a link to the demo dir. --- diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index a3c098bfac8a..72711e1ae0aa 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -48,7 +48,7 @@ Linux and the BSD variants of Unix. Tutorial material on using curses with Python, by Andrew Kuchling and Eric Raymond. - The :file:`Demo/curses/` directory in the Python source distribution contains + The :source:`Demo/curses/` directory in the Python source distribution contains some example programs using the curses bindings provided by this module.