Skip to content

Commit a5aed92

Browse files
authored
fix: typo in data_structures/linked_list/from_sequence.py (#12584)
1 parent 738253e commit a5aed92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/linked_list/from_sequence.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Recursive Prorgam to create a Linked List from a sequence and
1+
# Recursive Program to create a Linked List from a sequence and
22
# print a string representation of it.
33

44

0 commit comments

Comments
 (0)