diff --git a/trio/_core/_run.py b/trio/_core/_run.py index d6dc92841f..36112784c4 100644 --- a/trio/_core/_run.py +++ b/trio/_core/_run.py @@ -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::