[2024-12-18] Fixup README
This commit is contained in:
parent
5b2a23d06a
commit
4a0c0de3cb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Import.
|
|||
```python
|
||||
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
|
||||
tic()
|
||||
# some code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue