Skip to content

Commit 6e06994

Browse files
committed
Updated Searching.rst
1 parent 996a53c commit 6e06994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Searching.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Binary Search
8080
* Functions and their uses
8181

8282
.. function:: binary_search.search(List, key)
83+
:module: pygorithm.searching
8384

8485
- **List** : *Sorted* list in which the key is to be searched
8586
- **key** : key to be searched in the list

0 commit comments

Comments
 (0)