]> granicus.if.org Git - python/commitdiff
Fix bad markup.
authorGeorg Brandl <georg@python.org>
Sun, 3 Jul 2011 07:39:49 +0000 (09:39 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 3 Jul 2011 07:39:49 +0000 (09:39 +0200)
Doc/library/curses.rst

index fb57e760402ed759c1e72f445fe9016f4d4324ba..b7039de0a45b21fb7b40c09d821a2f7ef360e68e 100644 (file)
@@ -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.