Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: typo in data_structures/linked_list/from_sequence.py (TheAlgorit…
  • Loading branch information
maximevtush authored Feb 20, 2025
commit a5aed92b4c20fd3e99c6e7a9202afcc9cf502883
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