[15/11/23] Fixing typo in README

This commit is contained in:
Andrew Conlin 2023-11-15 11:20:45 +00:00
parent 0a5e4eb4ca
commit 2864d33715

View File

@ -45,5 +45,5 @@ time.sleep(3) # sleep for 3 seconds
t.toc() # stop timing t.toc() # stop timing
print(t.results.seconds) print(t.results.seconds)
# >>> # >>> 3.000457715
``` 3.000457715 ```