From: graue70 <23035329+graue70@users.noreply.github.com> Date: Thu, 7 Oct 2021 12:21:34 +0000 (+0200) Subject: ✏ Fix typo re-word in `docs/tutorial/handling-errors.md` (#2700) X-Git-Tag: 0.69.0~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17f0ec8927a7a464bd4a0165b2d9d0ad157be12e;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Fix typo re-word in `docs/tutorial/handling-errors.md` (#2700) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/tutorial/handling-errors.md b/docs/en/docs/tutorial/handling-errors.md index 4fa82d5d72..89f96176d6 100644 --- a/docs/en/docs/tutorial/handling-errors.md +++ b/docs/en/docs/tutorial/handling-errors.md @@ -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.