Skip to content

Commit ad87c04

Browse files
committed
'Some Changes'
2 parents 78a1533 + 1f0201a commit ad87c04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Searching.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Quick Start Guide
1717
# pre-requisite for binary search is that the list should be sorted
1818
myList.sort()
1919
20-
# to search en element in the above list
20+
# to search an element in the above list
2121
index = binary_search.search(myList, 7)
2222
print(index)
2323
@@ -43,7 +43,7 @@ Features
4343
# pre-requisite for binary search is that the list should be sorted
4444
myList.sort()
4545
46-
# to search en element in the above list
46+
# to search an element in the above list
4747
index = binary_search.search(myList, 7)
4848
print(index)
4949

0 commit comments

Comments
 (0)