Skip to content

Commit 18ff1ec

Browse files
committed
Fixed bug's linter
1 parent b94455e commit 18ff1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binary_search_tree/binary_serch_tree.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __len__(self):
2020
return self._count
2121

2222
def is_empty(self):
23-
"""Returns True if tree is empty.
23+
"""Return True if tree is empty.
2424
2525
Returns:
2626
bool: True if tree is empty else False

0 commit comments

Comments
 (0)