Skip to content

Commit

Permalink
Merge pull request #811 from oremanj/rundocfix
Browse files Browse the repository at this point in the history
Fix overzealous s/result/outcome/g in trio.run docstring
  • Loading branch information
oremanj authored Dec 19, 2018
2 parents 16743c0 + 1e083b8 commit a8e0d61
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 a8e0d61

Please sign in to comment.