SIGN IN SIGN UP

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)`.
S
Sergey Golitsynskiy committed
6a1e9c26736259413b060b01d1cb52fcf82c0385
Parent: 344dce3
Committed by GitHub <noreply@github.com> on 7/11/2020, 11:18:31 PM