Skip to content

Commit 6b5e887

Browse files
bpo-41634: Fix a typo in the curses documentation (GH-21958)
(cherry picked from commit 398575c) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent 88b86a9 commit 6b5e887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/curses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ the following methods and attributes:
708708
window.addch(y, x, ch[, attr])
709709

710710
Paint character *ch* at ``(y, x)`` with attributes *attr*, overwriting any
711-
character previously painter at that location. By default, the character
711+
character previously painted at that location. By default, the character
712712
position and attributes are the current settings for the window object.
713713

714714
.. note::

0 commit comments

Comments
 (0)