summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcurses.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-08-12 00:01:16 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-08-12 00:01:16 (GMT)
commitf17d65da3a16f2a61805ca4c77f2515ba0a2e0b8 (patch)
tree6667383056e26f936e5e3951429bf7d757c634e0 /Doc/lib/libcurses.tex
parentc83124ab793a28c8995ff381d5867604c60bc07f (diff)
downloadcpython-f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8.zip
cpython-f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8.tar.gz
cpython-f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8.tar.bz2
SF patch#786531 'the the' typo. Contributed by George Yoshida
Diffstat (limited to 'Doc/lib/libcurses.tex')
-rw-r--r--Doc/lib/libcurses.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex
index a79e02c..296e887 100644
--- a/Doc/lib/libcurses.tex
+++ b/Doc/lib/libcurses.tex
@@ -337,7 +337,7 @@ occur. The \method{refresh()} and \method{noutrefresh()} methods of a
pad require 6 arguments to specify the part of the pad to be
displayed and the location on the screen to be used for the display.
The arguments are pminrow, pmincol, sminrow, smincol, smaxrow,
-smaxcol; the p arguments refer to the upper left corner of the the pad
+smaxcol; the p arguments refer to the upper left corner of the pad
region to be displayed and the s arguments define a clipping box on
the screen within which the pad region is to be displayed.
\end{funcdesc}
@@ -790,7 +790,7 @@ before the character under the cursor, up to \var{n} characters.
If \var{n} is zero or negative,
the entire string is inserted.
All characters to the right of
-the cursor are shifted right, with the the rightmost characters on the
+the cursor are shifted right, with the rightmost characters on the
line being lost. The cursor position does not change (after moving to
\var{y}, \var{x}, if specified).
\end{methoddesc}
@@ -798,7 +798,7 @@ line being lost. The cursor position does not change (after moving to
\begin{methoddesc}[window]{insstr}{\optional{y, x, } str \optional{, attr}}
Insert a character string (as many characters as will fit on the line)
before the character under the cursor. All characters to the right of
-the cursor are shifted right, with the the rightmost characters on the
+the cursor are shifted right, with the rightmost characters on the
line being lost. The cursor position does not change (after moving to
\var{y}, \var{x}, if specified).
\end{methoddesc}