Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrh committed Jan 19, 2020
1 parent f0e9e88 commit 387d934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ one new endpoint you just added has a bug: do you really want that one new
endpoint to crash-loop your deployed service?

Nevertheless, not all usages of ``aiorun`` are long-lived servers, so some
uesrs would prefer that ``aiorun.run()`` crash on an unhandled exception,
users would prefer that ``aiorun.run()`` crash on an unhandled exception,
just like any normal Python program. For this, we have an extra parameter
that enables it:

Expand Down

0 comments on commit 387d934

Please sign in to comment.