We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca78a8a commit 42e9b09Copy full SHA for 42e9b09
sorts/shell_sort.py
@@ -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