]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Fix typo re-word in `docs/tutorial/handling-errors.md` (#2700)
authorgraue70 <23035329+graue70@users.noreply.github.com>
Thu, 7 Oct 2021 12:21:34 +0000 (14:21 +0200)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 12:21:34 +0000 (12:21 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/tutorial/handling-errors.md

index 4fa82d5d728dde896f3edb18128e807a7986b73b..89f96176d699773d3d7566a648d73f58727baf17 100644 (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.