Skip to content

Commit 683e3a0

Browse files
authored
Merge pull request #24 from RazerM/minor-fixes
Minor documentation fix and extra file
2 parents 3e4ae1c + 64854e8 commit 683e3a0

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.python-version

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/outcome/_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def unwrap(self):
5454
These two lines of code are equivalent::
5555
5656
x = fn(*args)
57-
x = Result.capture(fn, *args).unwrap()
57+
x = outcome.capture(fn, *args).unwrap()
5858
5959
"""
6060

0 commit comments

Comments
 (0)