mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.14] gh-137920: Fix semantically relevant typo in curses.window.attron (#137940) (GH-138506)
Originally authored by: vict-Yang
(cherry picked from commit ce70a57bc0)
This commit is contained in:
parent
9853bbb1dc
commit
537b558ce9
3 changed files with 5 additions and 5 deletions
|
|
@ -772,7 +772,7 @@ Window Objects
|
|||
|
||||
.. method:: window.attron(attr)
|
||||
|
||||
Add attribute *attr* from the "background" set applied to all writes to the
|
||||
Add attribute *attr* to the "background" set applied to all writes to the
|
||||
current window.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue