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

This commit is contained in:
Zackery Spytz 2020-08-27 05:28:16 -06:00 committed by GitHub
parent 97eaf2b5e5
commit 398575c210
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -717,7 +717,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::