Corrected doctests

This commit is contained in:
mjk22071998 2024-10-01 15:49:07 +05:00
parent 36480f4c27
commit 3ab0f7e585

View File

@ -211,7 +211,6 @@ class SortedLinkedList:
>>> linkedList.insert(32)
>>> linkedList.insert(57)
>>> linkedList.insert(45)
>>> linkedList.search(45)
>>> linkedList.is_empty()
False
"""