Skip to content

Commit bb5dae2

Browse files
Updates documentation of collect_traces function
1 parent 601c313 commit bb5dae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/development.rst

+1-1
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)