summaryrefslogtreecommitdiffstats
path: root/Python/compile.c
diff options
context:
space:
mode:
authorSergey Golitsynskiy <sgolitsynskiy@gmail.com>2020-07-11 23:18:31 (GMT)
committerGitHub <noreply@github.com>2020-07-11 23:18:31 (GMT)
commit6a1e9c26736259413b060b01d1cb52fcf82c0385 (patch)
tree97cdc21140485c2e880e4c32f3ea0bbab67beb92 /Python/compile.c
parent344dce312a0cf86d5a5772d54843cc179acaf6e3 (diff)
downloadcpython-6a1e9c26736259413b060b01d1cb52fcf82c0385.zip
cpython-6a1e9c26736259413b060b01d1cb52fcf82c0385.tar.gz
cpython-6a1e9c26736259413b060b01d1cb52fcf82c0385.tar.bz2
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)`.
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions