Skip to content

Commit b7b66c3

Browse files
ryuta69cclauss
ryuta69
andauthored
Refactor make python3 prior to python
Co-authored-by: Christian Clauss <[email protected]>
1 parent 219a4c8 commit b7b66c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sorts/merge_insertion_sort.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Source: https://en.wikipedia.org/wiki/Merge-insertion_sort
44
55
For doctests run following command:
6-
python -m doctest -v merge_insertion_sort.py
7-
or
86
python3 -m doctest -v merge_insertion_sort.py
7+
or
8+
python -m doctest -v merge_insertion_sort.py
99
1010
For manual testing run:
1111
python3 merge_insertion_sort.py

0 commit comments

Comments
 (0)