From 64287c530d0c61f8065598769dc37368cb1a7de8 Mon Sep 17 00:00:00 2001 From: Grain Team Date: Mon, 6 Oct 2025 10:31:35 -0700 Subject: [PATCH] Internal PiperOrigin-RevId: 815787560 --- grain/_src/python/dataset/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: