Commit fc5e63a4 by John Eskew

Update README.md

parent 460b59f8
...@@ -10,7 +10,7 @@ Usage ...@@ -10,7 +10,7 @@ Usage
```python ```python
from code_block_timer import CodeBlockTimer from code_block_timer import CodeBlockTimer
for i in xrange(2): for __ in xrange(2):
with CodeBlockTimer("all blocks"): with CodeBlockTimer("all blocks"):
performSetUp() performSetUp()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment