[Python-checkins] cpython (3.2): Fix bad markup.

georg.brandl python-checkins at python.org
Mon Jul 4 19:54:52 CEST 2011


http://hg.python.org/cpython/rev/13c9b93e97ad
changeset:   71200:13c9b93e97ad
branch:      3.2
user:        Georg Brandl <georg at python.org>
date:        Sun Jul 03 09:39:49 2011 +0200
summary:
  Fix bad markup.

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
@@ -566,7 +566,7 @@
 
    Instantiate the string *str* with the supplied parameters, where *str* should
    be a parameterized string obtained from the terminfo database.  E.g.
-   ``tparm(tigetstr("cup"), 5, 3)`` could result in x``'\033[6;4H'``, the exact
+   ``tparm(tigetstr("cup"), 5, 3)`` could result in ``'\033[6;4H'``, the exact
    result depending on terminal type.
 
 

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


More information about the Python-checkins mailing list