Skip to content

Commit bdcb785

Browse files
committed
fix timing indentation
1 parent 040a276 commit bdcb785

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

comprehension/list/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ time python list-append-loop.py
1010
1111
real 0m11.381s
1212
user 0m10.553s
13-
sys 0m0.824s
13+
sys 0m0.824s
1414
```
1515

1616
```
1717
time python list-comp.py
1818
1919
real 0m4.228s
2020
user 0m3.428s
21-
sys 0m0.800s
21+
sys 0m0.800s
2222
```
2323

2424

@@ -48,7 +48,7 @@ time python list-append-loop2.py
4848
4949
real 0m29.756s
5050
user 0m28.875s
51-
sys 0m0.880s
51+
sys 0m0.880s
5252
```
5353

5454

@@ -57,7 +57,7 @@ time python list-comp2.py
5757
5858
real 0m21.932s
5959
user 0m21.031s
60-
sys 0m0.900s
60+
sys 0m0.900s
6161
```
6262

6363
In this practical example, we see that the list comprehension finished

0 commit comments

Comments
 (0)