document correction suggestion
11 Dec
2020
11 Dec
'20
3:42 p.m.
Hello, This web page https://docs.python.org/3/library/bisect.html has "i = bisect(breakpoints, score)" I believe this snippet should be "i = bisect.bisect(breakpoints, score)". Otherwise it will not work. If I am wrong and the document is right, what version of Python 3 are you using? thanks, Henry
1401
Age (days ago)
1401
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henry Belisle