diff options
Diffstat (limited to 'Doc/library/bisect.rst')
-rw-r--r-- | Doc/library/bisect.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/bisect.rst b/Doc/library/bisect.rst index eb23159..ca853e0 100644 --- a/Doc/library/bisect.rst +++ b/Doc/library/bisect.rst @@ -14,6 +14,11 @@ approach. The module is called :mod:`bisect` because it uses a basic bisection algorithm to do its work. The source code may be most useful as a working example of the algorithm (the boundary conditions are already right!). +.. seealso:: + + Latest version of the :source:`bisect module Python source code + <Lib/bisect.py>` + The following functions are provided: |