mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 09:21:13 +08:00
fix: typo in data_structures/linked_list/from_sequence.py (#12584)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Recursive Prorgam to create a Linked List from a sequence and
|
||||
# Recursive Program to create a Linked List from a sequence and
|
||||
# print a string representation of it.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user