✏ Fix typo re-word in `docs/tutorial/handling-errors.md` (#2700)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
graue70 2021-10-07 14:21:34 +02:00 committed by GitHub
parent a6ef62ce7b
commit 17f0ec8927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -260,6 +260,4 @@ You can import and re-use the default exception handlers from `fastapi.exception
{!../../../docs_src/handling_errors/tutorial006.py!}
```
In this example, you are just `print`ing the error with a very expressive message.
But you get the idea, you can use the exception and then just re-use the default exception handlers.
In this example you are just `print`ing the error with a very expressive message, but you get the idea. You can use the exception and then just re-use the default exception handlers.