8000 bpo-18699: Corrected documentation for window.chgat in curses module … · python/cpython@6dbecd2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6dbecd2

Browse files
miss-islingtonserhiy-storchaka
authored andcommitted
bpo-18699: Corrected documentation for window.chgat in curses module (GH-1430) (#4271)
(cherry picked from commit b838cc3)
1 parent ec2b2dc commit 6dbecd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/curses.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -788,10 +788,10 @@ the following methods and attributes:
788788

789789
Set the attributes of *num* characters at the current cursor position, or at
790790
position ``(y, x)`` if supplied. If *num* is not given or is ``-1``,
791-
the attribute will be set on all the characters to the end of the line. This
792-
function does not move the cursor. The changed line will be touched using the
793-
:meth:`touchline` method so that the contents will be redisplayed by the next
794-
window refresh.
791+
the attribute will be set on all the characters to the end of the line. This
792+
function moves cursor to position ``(y, x)`` if supplied. The changed line
793+
will be touched using the :meth:`touchline` method so that the contents will
794+
be redisplayed by the next window refresh.
795795

796796

797797
.. method:: window.clear()

0 commit comments

Comments
 (0)
0