Fix bad markup.

This commit is contained in:
Georg Brandl 2011-07-03 09:39:49 +02:00
parent fa76ceb3c8
commit f069100d0d
1 changed files with 1 additions and 1 deletions

View 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.