Skip to content

Commit 3406cb4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 777783c commit 3406cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

searches/binary_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,4 +426,4 @@ def exponential_search(sorted_collection: list[int], item: int) -> int:
426426
if result == -1:
427427
print(f"{target} was not found in {collection}.")
428428
else:
429-
print(f"{target} was found at position {result} of {collection}.")
429+
print(f"{target} was found at position {result} of {collection}.")

0 commit comments

Comments
 (0)