Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a5aed92

Browse files
authoredFeb 20, 2025
fix: typo in data_structures/linked_list/from_sequence.py (TheAlgorithms#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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.