Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c4c0f86

Browse files
committed
Fix docblock in Python binary search example.
1 parent daead0c commit c4c0f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎binary_search/binary_search_iterative.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
def binary_search_iterative(stuff, item):
1414
"""
15-
Return the index of ``item`` in ``list`` using binary search.
15+
Return the index of ``item`` in ``stuff`` using binary search.
1616
1717
Args:
1818
stuff (list): A Python list that has already been sorted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /