Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Coffee <[email protected]>
  • Loading branch information
peterschutt and JacobCoffee committed Mar 9, 2024
1 parent 659b942 commit e706ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/openapi/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Litestar has first class OpenAPI support offering the following features:

Litestar includes a complete implementation of the `latest version of the OpenAPI specification <https://spec.openapis.org/oas/latest.html>`_
using Python dataclasses. This implementation is used as a basis for generating OpenAPI specs, supporting builtins including
`dataclasses` and `TypedDict`, as well as Pydantic models and any 3rd party entities for which a plugin is implemented.
``dataclasses`` and ``TypedDict``, as well as Pydantic models and any 3rd party entities for which a plugin is implemented.

This is also highly configurable - and users can customize the OpenAPI spec in a variety of ways - ranging from passing
configuration globally, to settings specific kwargs on route handler decorators.
Expand Down

0 comments on commit e706ce1

Please sign in to comment.