Skip to content

Commit 64287c5

Browse files
Grain Teamcopybara-github
authored andcommitted
Internal
PiperOrigin-RevId: 815787560
1 parent 940541c commit 64287c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grain/_src/python/dataset/stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ class Timer:
485485
486486
The value is accumulated across multiple usages as a context manager. Expected
487487
to be used as show below. Note that `Timer` is not thread-safe and is intended
488-
to be used as a local variable.
488+
to be used as a local variable.
489489
```
490490
timer = Timer()
491491
with timer:

0 commit comments

Comments
 (0)