From: Ezio Melotti Date: Thu, 28 Feb 2013 16:02:28 +0000 (+0200) Subject: Add a link to the demo dir. X-Git-Tag: v3.2.4rc1~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6641dbf585397c3387b22036c29f3d451f76063;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 11ab5d01057a..d2c23161866d 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.