Fix typo in documentation

This commit is contained in:
Naveen Arunachalam 2016-08-04 11:16:55 -07:00 committed by GitHub
parent 976e81f88d
commit a2d2e4d6b5

View File

@ -12,7 +12,7 @@ from __future__ import print_function
import random
def bogosort(collection):
"""Pure implementation of quick sort algorithm in Python
"""Pure implementation of bogosort algorithm in Python
:param collection: some mutable ordered collection with heterogeneous
comparable items inside
:return: the same collection ordered by ascending