Skip to content

Commit

Permalink
docs(openapi): Fix stdlib link (#2177)
Browse files Browse the repository at this point in the history
doc(openapi): fix stdlib link

Signed-off-by: Janek Nouvertné <25355197+provinzkraut@users.noreply.github.com>
  • Loading branch information
provinzkraut committed Aug 20, 2023
1 parent e75e584 commit 6d77c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/openapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.python.org/3/library/http.html#http-status-codes>`_, a generic message
will be applied.

``responses``
Expand Down

0 comments on commit 6d77c51

Please sign in to comment.