We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94455e commit 18ff1ecCopy full SHA for 18ff1ec
binary_search_tree/binary_serch_tree.py
@@ -20,7 +20,7 @@ def __len__(self):
20
return self._count
21
22
def is_empty(self):
23
- """Returns True if tree is empty.
+ """Return True if tree is empty.
24
25
Returns:
26
bool: True if tree is empty else False
0 commit comments