We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838316d commit a1473d2Copy full SHA for a1473d2
Doc/library/curses.rst
@@ -682,7 +682,7 @@ the following methods and attributes:
682
window.addch(y, x, ch[, attr])
683
684
Paint character *ch* at ``(y, x)`` with attributes *attr*, overwriting any
685
- character previously painter at that location. By default, the character
+ character previously painted at that location. By default, the character
686
position and attributes are the current settings for the window object.
687
688
.. note::
0 commit comments