]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a link to the demo dir.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 28 Feb 2013 16:02:28 +0000 (18:02 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 28 Feb 2013 16:02:28 +0000 (18:02 +0200)
Doc/library/curses.rst

index 11ab5d01057a33428e885feed2b0d4f260069c90..d2c23161866de96d8531415935e436487497eccc 100644 (file)
@@ -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.