mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-17 03:07:35 +00:00
Corrected doctests
This commit is contained in:
parent
36480f4c27
commit
3ab0f7e585
@ -211,7 +211,6 @@ class SortedLinkedList:
|
||||
>>> linkedList.insert(32)
|
||||
>>> linkedList.insert(57)
|
||||
>>> linkedList.insert(45)
|
||||
>>> linkedList.search(45)
|
||||
>>> linkedList.is_empty()
|
||||
False
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user