Skip to content

Commit 8aa3b3b

Browse files
committed
Fix upper left to upper-left
1 parent 2dc850f commit 8aa3b3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/curses.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,8 +1208,8 @@ Window Objects
12081208

12091209
The 6 optional arguments can only be specified when the window is a pad created
12101210
with :func:`newpad`. The additional parameters are needed to indicate what part
1211-
of the pad and screen are involved. *pminrow* and *pmincol* specify the upper
1212-
left-corner of the rectangle to be displayed in the pad. *sminrow*,
1211+
of the pad and screen are involved. *pminrow* and *pmincol* specify the
1212+
upper-left corner of the rectangle to be displayed in the pad. *sminrow*,
12131213
*smincol*, *smaxrow*, and *smaxcol* specify the edges of the rectangle to be
12141214
displayed on the screen. The lower-right corner of the rectangle to be
12151215
displayed in the pad is calculated from the screen coordinates, since the

0 commit comments

Comments
 (0)