From 798f238eddd37edde149496c2ad85f9f9c0e2859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janek=20Nouvertn=C3=A9?= Date: Fri, 18 Aug 2023 14:40:11 +0200 Subject: [PATCH] docs(openapi): Fix stdlib link (#2177) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit doc(openapi): fix stdlib link Signed-off-by: Janek Nouvertné <25355197+provinzkraut@users.noreply.github.com> --- docs/usage/openapi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/openapi.rst b/docs/usage/openapi.rst index d71cf96897..e2dd089e6c 100644 --- a/docs/usage/openapi.rst +++ b/docs/usage/openapi.rst @@ -101,7 +101,7 @@ You can also modify the generated schema for the route handler using the followi automatically for the schema if any validation is involved (e.g. there are parameters specified in the method/function). For custom exceptions, a `detail` class property should be defined, which will be integrated into the OpenAPI schema. If `detail` isn't specified and the exception's status code matches one - from `stdlib status code https://docs.python.org/3/library/http.html#http-status-codes`_, a generic message + from `stdlib status code `_, a generic message will be applied. ``responses``