diff --git a/README.md b/README.md index c25e3c6..86b67f9 100644 --- a/README.md +++ b/README.md @@ -1095,7 +1095,7 @@ Profile ```python from time import time start_time = time() - +... duration = time() - start_time ```