We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589d129 commit 523192cCopy full SHA for 523192c
1 file changed
sorts/bubble_sort.py
@@ -6,7 +6,7 @@ def bubble_sort_iterative(collection: list[Any]) -> list[Any]:
6
7
:param collection: some mutable ordered collection with heterogeneous
8
comparable items inside
9
- :return: the same collection ordered in ascending order
+ :return: the same collection ordered by ascending
10
11
Examples:
12
>>> bubble_sort_iterative([0, 5, 2, 3, 2])
0 commit comments