Commit 0bb6beb
authored
Fix example in bubble_sort_recursive docstring
bubble_sort_recursive doctstring used bubble_sort_iterative on one of the lines. changed to bubble_sort_recursive1 parent e2a78d4 commit 0bb6beb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments