bpo-41634: Fix a typo in the curses documentation (GH-21958)

(cherry picked from commit 398575c210)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
This commit is contained in:
Miss Islington (bot) 2020-08-29 15:33:48 -07:00 committed by GitHub
parent 88b86a9752
commit 6b5e88744c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -708,7 +708,7 @@ the following methods and attributes:
window.addch(y, x, ch[, attr])
Paint character *ch* at ``(y, x)`` with attributes *attr*, overwriting any
character previously painter at that location. By default, the character
character previously painted at that location. By default, the character
position and attributes are the current settings for the window object.
.. note::