Message 383344 - Python tracker

Message383344

Author arbor
Recipients arbor, docs@python
Date 2020-12-19.00:58:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608339537.48.0.496910027234.issue42681@roundup.psfhosted.org>
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: <1608339537.48.0.496910027234.issue42681@roundup.psfhosted.org>
2020-12-19 00:58:57arborlinkissue42681 messages
2020-12-19 00:58:57arborcreate