Skip to content

Commit a00b568

Browse files
Linked list in Python
1 parent 3c99b6f commit a00b568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linked-list/sorted-linked-list.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def display_list(self):
6565
p = p.link
6666
print()
6767

68-
########################################################################
68+
#########################################################################
6969

7070
list = SortedLinkedList()
7171
list.create_list()

0 commit comments

Comments
 (0)