summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-07-04 17:55:22 (GMT)
committerGeorg Brandl <georg@python.org>2011-07-04 17:55:22 (GMT)
commitbfd1edd15541ff3d8ea89385faecdbcbba1a9773 (patch)
treebe7725f058280263a5378bc21ae9896e9ce9e56a /Doc/library
parente40b3aabfb10e1f9fd31541369fec491029d5d46 (diff)
parentb1b25f0ffd6c2d31cf21fa7128ff64c314c3cd2e (diff)
downloadcpython-bfd1edd15541ff3d8ea89385faecdbcbba1a9773.zip
cpython-bfd1edd15541ff3d8ea89385faecdbcbba1a9773.tar.gz
cpython-bfd1edd15541ff3d8ea89385faecdbcbba1a9773.tar.bz2
Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release.
Diffstat (limited to 'Doc/library')
-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.