@@ -18,7 +18,7 @@ def shell_sort(collection):
18
comparable items inside
19
:return: the same collection ordered by ascending
20
21
->>> shell_sort([0, 5, 3, 2, 2)]
+>>> shell_sort([0, 5, 3, 2, 2])
22
[0, 2, 2, 3, 5]
23
24
>>> shell_sort([])
0 commit comments