Skip to content

Commit 4809680

Browse files
committed
2nd fix
1 parent 345cdbd commit 4809680

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ Sample code::
6565

6666
Terminal output should look like this::
6767

68-
time python examples/pytask_ex2.py
69-
unsorted : [1, 1, 4, 27, 256, 46656, 3125, 823543]
70-
sorted : [1, 1, 4, 27, 256, 3125, 46656, 823543]
71-
72-
real 0m1,055s
73-
user 0m0,800s
74-
sys 0m0,272s
68+
$ time python examples/pytask_ex2.py
69+
unsorted : [1, 1, 4, 27, 256, 46656, 3125, 823543]
70+
sorted : [1, 1, 4, 27, 256, 3125, 46656, 823543]
71+
72+
real 0m1,055s
73+
user 0m0,800s
74+
sys 0m0,272s

0 commit comments

Comments
 (0)