Skip to content

Commit

Permalink
fix: typo in data_structures/linked_list/from_sequence.py (#12584)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevtush authored Feb 20, 2025
1 parent 738253e commit a5aed92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_structures/linked_list/from_sequence.py
Original file line number Diff line number Diff line change
@@ -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.


Expand Down

0 comments on commit a5aed92

Please sign in to comment.