Tim Peters added the comment:

Oops!  Last part should read

"since the indices vector is non-decreasing, if indices[j] was n-2 then 
indices[j-1] is also at most n-2"

That is, the instances of "r-2" in the original should have been "n-2".

----------

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

Reply via email to