[Python-checkins] cpython (2.7): Add a link to the demo dir.

ezio.melotti python-checkins at python.org
Thu Feb 28 17:03:53 CET 2013


http://hg.python.org/cpython/rev/0eb3949aa2b6
changeset:   82426:0eb3949aa2b6
branch:      2.7
parent:      82422:f0a3ceef7a04
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Thu Feb 28 17:55:17 2013 +0200
summary:
  Add a link to the demo dir.

files:
  Doc/library/curses.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst
--- a/Doc/library/curses.rst
+++ b/Doc/library/curses.rst
@@ -48,7 +48,7 @@
       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.
 
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list