Skip to content

Commit 4a48847

Browse files
committed
Updating inlist.py
1 parent 8efe8b9 commit 4a48847

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/inlist.py

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ def in_bisect(word_list, word):
3434
3535
word_list: list of strings
3636
word: string
37+
38+
returns: True if the word is in the list; False otherwise
3739
"""
3840
if len(word_list) == 0:
3941
return False

0 commit comments

Comments
 (0)