Skip to content

Commit 398575c

Browse files
authored
bpo-41634: Fix a typo in the curses documentation (GH-21958)
1 parent 97eaf2b commit 398575c

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
@@ -717,7 +717,7 @@ the following methods and attributes:
717717
window.addch(y, x, ch[, attr])
718718

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

723723
.. note::

0 commit comments

Comments
 (0)