Skip to content

Commit d530d2b

Browse files
authored
fix: comment in patience sort (TheAlgorithms#4972)
1 parent c873fa0 commit d530d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorts/patience_sort.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __eq__(self, other):
2929

3030

3131
def patience_sort(collection: list) -> list:
32-
"""A pure implementation of quick sort algorithm in Python
32+
"""A pure implementation of patience sort algorithm in Python
3333
3434
:param collection: some mutable ordered collection with heterogeneous
3535
comparable items inside

0 commit comments

Comments
 (0)