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

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


http://hg.python.org/cpython/rev/52b9d5e3f026
changeset:   82427:52b9d5e3f026
branch:      3.2
parent:      82423:6c5e991aa95a
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Thu Feb 28 18:02:28 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
@@ -45,7 +45,7 @@
       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.
 
 

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


More information about the Python-checkins mailing list