From 2864d33715a9ad5ed20629e2c7122e6e59353880 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 15 Nov 2023 11:20:45 +0000 Subject: [PATCH] [15/11/23] Fixing typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25f64f7..c56982d 100644 --- a/README.md +++ b/README.md @@ -45,5 +45,5 @@ time.sleep(3) # sleep for 3 seconds t.toc() # stop timing print(t.results.seconds) -# >>> -``` 3.000457715 +# >>> 3.000457715 +```