Skip to content

Commit a2d2e4d

Browse files
authored
Fix typo in documentation
1 parent 976e81f commit a2d2e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sorts/bogosort.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import random
1313

1414
def bogosort(collection):
15-
"""Pure implementation of quick sort algorithm in Python
15+
"""Pure implementation of bogosort algorithm in Python
1616
:param collection: some mutable ordered collection with heterogeneous
1717
comparable items inside
1818
:return: the same collection ordered by ascending

0 commit comments

Comments
 (0)