Skip to content

Commit

Permalink
bpo-41634: Fix a typo in the curses documentation (GH-21958)
Browse files Browse the repository at this point in the history
(cherry picked from commit 398575c)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
  • Loading branch information
miss-islington and ZackerySpytz committed Aug 29, 2020
1 parent 88b86a9 commit 6b5e887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/curses.rst
Expand Up @@ -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::
Expand Down

0 comments on commit 6b5e887

Please sign in to comment.