[Python-checkins] cpython (merge 3.2 -> 3.3): Merge link addition from 3.2.

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


http://hg.python.org/cpython/rev/66d0f6ef2a7f
changeset:   82428:66d0f6ef2a7f
branch:      3.3
parent:      82424:4831d6db2f5d
parent:      82427:52b9d5e3f026
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Thu Feb 28 18:03:16 2013 +0200
summary:
  Merge link addition from 3.2.

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