[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:
Stan Ulbrych 2025-10-07 21:21:41 +01:00 committed by GitHub
parent 9853bbb1dc
commit 537b558ce9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -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.