[2024-12-18] Fixup README
This commit is contained in:
parent
5b2a23d06a
commit
4a0c0de3cb
@ -13,7 +13,7 @@ Import.
|
|||||||
```python
|
```python
|
||||||
from tictoc import tic,toc
|
from tictoc import tic,toc
|
||||||
```
|
```
|
||||||
If you only want to time one section of code then use `tic() and `toc()` directly. Begin timing with `tic()`, and stop with `toc()`.
|
Begin timing with `tic()`, and stop with `toc()`.
|
||||||
```python
|
```python
|
||||||
tic()
|
tic()
|
||||||
# some code
|
# some code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user