Skip to content

Commit

Permalink
Merge pull request #24 from RazerM/minor-fixes
Browse files Browse the repository at this point in the history
Minor documentation fix and extra file
  • Loading branch information
RazerM committed Dec 27, 2018
2 parents 3e4ae1c + 64854e8 commit 683e3a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .python-version

This file was deleted.

2 changes: 1 addition & 1 deletion src/outcome/_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def unwrap(self):
These two lines of code are equivalent::
x = fn(*args)
x = Result.capture(fn, *args).unwrap()
x = outcome.capture(fn, *args).unwrap()
"""

Expand Down

0 comments on commit 683e3a0

Please sign in to comment.