fix: typo in data_structures/linked_list/from_sequence.py (#12584)

This commit is contained in:
Maxim Evtush 2025-02-20 21:09:01 +01:00 committed by GitHub
parent 738253e800
commit a5aed92b4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.