[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-10-02 01:40:16 +00:00
parent a3becf3100
commit 7d414b4892

View File

@ -111,7 +111,7 @@ class SortedLinkedList:
This function displays whole list
Doctests
>>> linkedList=SortedLinkedList()
>>> linkedList.insert(32)