summaryrefslogtreecommitdiffstats
path: root/Doc/library/curses.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-07-04 17:58:12 (GMT)
committerGeorg Brandl <georg@python.org>2011-07-04 17:58:12 (GMT)
commit1945f93888f6acadd0bde6541f39d7616f9a5392 (patch)
treea937a10c51237ce087e356ec16b7ca561317d739 /Doc/library/curses.rst
parent0a01f13af8b22c35a787ca056d64ada7913a08b8 (diff)
parentbfd1edd15541ff3d8ea89385faecdbcbba1a9773 (diff)
downloadcpython-1945f93888f6acadd0bde6541f39d7616f9a5392.zip
cpython-1945f93888f6acadd0bde6541f39d7616f9a5392.tar.gz
cpython-1945f93888f6acadd0bde6541f39d7616f9a5392.tar.bz2
Merge with 3.2.
Diffstat (limited to 'Doc/library/curses.rst')
-rw-r--r--Doc/library/curses.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst
index fb57e76..b7039de 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.