Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

> 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]',"

Sorry, that doesn't seem like an improvement at all to me.  Adding "call" just 
makes the sentence read awkwardly.

Also, this week I did some user testing on the existing docs and didn't find a 
single case of misreading what "cumulative weights" meant.

I'm marking this as closed.  The suggestion was appreciated but adding 
additional input checks would defeat the entire purpose of the feature.  The 
user testing suggest that the docs are okay as-is (and there are additional 
examples in the recipes section below).

----------
resolution:  -> rejected
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33494>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to