Skip to content

Commit

Permalink
Small documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed Apr 21, 2020
1 parent ba23c0e commit 97cb173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bip_utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ def BinarySearch(arr, elem):
""" Binary search algorithm simply implemented by using the bisect library.
Args:
arr (array): array of elements
elem (any) : element to be searched
arr (list): list of elements
elem (any): element to be searched
Returns:
int: First index of the element, -1 if not found
Expand Down

0 comments on commit 97cb173

Please sign in to comment.