Skip to content

Commit 0897499

Browse files
Update docs/content/instrumenting/gauge.md
Co-authored-by: Chris Marchbanks <csmarchbanks@gmail.com> Signed-off-by: Lukáš Vokráčko <lukas@vokracko.cz>
1 parent 76edfd5 commit 0897499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/instrumenting/gauge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ with g.time():
111111

112112
with g.time() as t:
113113
pass
114-
# t.duration holds the observed seconds
114+
print(t.duration) # observed time in seconds.
115115
```
116116

117117
### `set_function(f)`

0 commit comments

Comments
 (0)