From e62a4d444e7a825f7792e206c81d83c893a60eb3 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Tue, 9 Sep 2025 14:32:38 +0200 Subject: [PATCH] fix from merge conflict --- docs/en/docs/tutorial/handling-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/handling-errors.md b/docs/en/docs/tutorial/handling-errors.md index 86eec785e..310fee98d 100644 --- a/docs/en/docs/tutorial/handling-errors.md +++ b/docs/en/docs/tutorial/handling-errors.md @@ -140,7 +140,7 @@ Here, if your request causes either a `FileTooLargeError` or an `UnsupportedFile This allows for simpler, more maintainable error handling when several conditions should result in the same kind of response. -## Override the default exception handlers { #override-request-validation-exceptions } +## Override the default exception handlers { #override-the-default-exception-handlers } **FastAPI** has some default exception handlers.