diff --git a/grain/_src/python/dataset/stats.py b/grain/_src/python/dataset/stats.py index a4c9ba1ea..02f889b78 100644 --- a/grain/_src/python/dataset/stats.py +++ b/grain/_src/python/dataset/stats.py @@ -485,7 +485,7 @@ class Timer: The value is accumulated across multiple usages as a context manager. Expected to be used as show below. Note that `Timer` is not thread-safe and is intended - to be used as a local variable. + to be used as a local variable. ``` timer = Timer() with timer: