Skip to content

Commit

Permalink
Fix overzealous s/result/outcome/g in trio.run docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
oremanj committed Dec 19, 2018
1 parent 16743c0 commit 1e083b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trio/_core/_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ def run(
instruments=(),
restrict_keyboard_interrupt_to_checkpoints=False
):
"""Run a trio-flavored async function, and return the outcome.
"""Run a trio-flavored async function, and return the result.
Calling::
Expand Down

0 comments on commit 1e083b8

Please sign in to comment.