Skip to content

Commit 76edfd5

Browse files
authored
Update docs/content/instrumenting/histogram.md
Signed-off-by: Lukáš Vokráčko <lukas@vokracko.cz>
1 parent b941deb commit 76edfd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/instrumenting/histogram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ with h.time():
8989

9090
with h.time() as t:
9191
pass
92-
# t.duration holds the observed seconds
92+
print(t.duration) # observed time in seconds.
9393
```
9494

9595
## Labels

0 commit comments

Comments
 (0)