2 parents 78a1533 + 1f0201a commit ad87c04Copy full SHA for ad87c04
1 file changed
docs/Searching.rst
@@ -17,7 +17,7 @@ Quick Start Guide
17
# pre-requisite for binary search is that the list should be sorted
18
myList.sort()
19
20
- # to search en element in the above list
+ # to search an element in the above list
21
index = binary_search.search(myList, 7)
22
print(index)
23
@@ -43,7 +43,7 @@ Features
43
44
45
46
47
48
49
0 commit comments