Skip to content

Commit b941deb

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/instrumenting/summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ with s.time():
7171

7272
with s.time() as t:
7373
pass
74-
# t.duration holds the observed seconds
74+
print(t.duration) # observed time in seconds.
7575
```
7676

7777
## Labels

0 commit comments

Comments
 (0)