Skip to content

Commit a1473d2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/curses.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ the following methods and attributes:
682682
window.addch(y, x, ch[, attr])
683683

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

688688
.. note::

0 commit comments

Comments
 (0)