This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arbor
Recipients arbor, docs@python
Date 2020-12-19.00:58:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The description of color_pair starts with

curses.color_pair(color_number)

It should be

curses.color_pair(pair_number)
History
Date User Action Args
2020-12-19 00:58:57arborsetrecipients: + arbor, docs@python
2020-12-19 00:58:57arborsetmessageid: <[email protected]>
2020-12-19 00:58:57arborlinkissue42681 messages
2020-12-19 00:58:57arborcreate