Files
cpython/Lib
Sergey Golitsynskiy 6a1e9c2673 Fix error in docstrings in bisect module (GH-21422)
The docstrings for `bisect_right()` and `bisect_left()` contain sample
code that has a bug: `a.insert(x)` should be `a.insert(i, x)`.
2020-07-11 20:18:31 -03:00
..
2020-04-27 22:44:04 +02:00
2020-05-22 17:50:58 -07:00