Skip to content

Commit 9a10000

Browse files
committed
Profile
1 parent 5ba1688 commit 9a10000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ duration = time() - start_time
13381338
#### Times execution of the passed code:
13391339
```python
13401340
from timeit import timeit
1341-
timeit('"-".join(str(n) for n in range(100))',
1341+
timeit('"-".join(str(a) for a in range(100))',
13421342
number=10000, globals=globals())
13431343
```
13441344

0 commit comments

Comments
 (0)