Skip to content

Commit 329475d

Browse files
Updates documentation of collect_traces function
1 parent c39150a commit 329475d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Or as a decorator:
5454
>>> from returns.result import Failure, Result
5555
>>> from returns.primitives.tracing import collect_traces
5656
57-
>>> @collect_traces()
57+
>>> @collect_traces
5858
... def traced_function(value: str) -> IOResult[str, str]:
5959
... return IOFailure(value)
6060

0 commit comments

Comments
 (0)