Skip to content

Commit

Permalink
Fix minor typo in Starlette docstring (#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova authored Jun 8, 2023
1 parent da7adf2 commit 15d9350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlette/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Starlette:
* **exception_handlers** - A mapping of either integer status codes,
or exception class types onto callables which handle the exceptions.
Exception handler callables should be of the form
`handler(request, exc) -> response` and may be be either standard functions, or
`handler(request, exc) -> response` and may be either standard functions, or
async functions.
* **on_startup** - A list of callables to run on application startup.
Startup handler callables do not take any arguments, and may be be either
Expand Down

0 comments on commit 15d9350

Please sign in to comment.