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 PaulSFO
Recipients PaulSFO, mark.dickinson, miss-islington, paul.moore, rhettinger, serhiy.storchaka, steven.daprano
Date 2018-05-15.21:16:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526418971.74.0.682650639539.issue33494@psf.upfronthosting.co.za>
In-reply-to
Content
or, for a minimal doc change, change this sentence:
"For example, the relative weights [10, 5, 30, 5] are equivalent to the cumulative weights [10, 15, 45, 50],"

to:
"For example, the relative call 'weights[10, 5, 30, 5]' is equivalent to the cumulative call 'cum_weights[10, 15, 45, 50]',"
History
Date User Action Args
2018-05-15 21:16:11PaulSFOsetrecipients: + PaulSFO, rhettinger, paul.moore, mark.dickinson, steven.daprano, serhiy.storchaka, miss-islington
2018-05-15 21:16:11PaulSFOsetmessageid: <1526418971.74.0.682650639539.issue33494@psf.upfronthosting.co.za>
2018-05-15 21:16:11PaulSFOlinkissue33494 messages
2018-05-15 21:16:11PaulSFOcreate