From: Georg Brandl Date: Sun, 3 Jul 2011 07:39:49 +0000 (+0200) Subject: Fix bad markup. X-Git-Tag: v3.2.1rc2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f069100d0daf6460e54777295bfb029453c785d5;p=thirdparty%2FPython%2Fcpython.git Fix bad markup. --- diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index fb57e760402e..b7039de0a45b 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -566,7 +566,7 @@ The module :mod:`curses` defines the following functions: 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.