We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4ae1c commit 54aa342Copy full SHA for 54aa342
src/outcome/_sync.py
@@ -54,7 +54,7 @@ def unwrap(self):
54
These two lines of code are equivalent::
55
56
x = fn(*args)
57
- x = Result.capture(fn, *args).unwrap()
+ x = outcome.capture(fn, *args).unwrap()
58
59
"""
60
0 commit comments