Browse Source
bpo-41634: Fix a typo in the curses documentation (GH-21958)
pull/23468/head
Zackery Spytz
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Doc/library/curses.rst
|
|
|
@ -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:: |
|
|
|
|