Browse Source

fix signature consistency

pull/13767/head
Konstantin Zangerle 1 month ago
parent
commit
3fab577dc1
  1. 2
      fastapi/applications.py

2
fastapi/applications.py

@ -141,7 +141,7 @@ class FastAPI(Starlette):
),
] = None,
description: Annotated[
str,
Optional[str],
Doc(
'''
A description of the API. Supports Markdown (using

Loading…
Cancel
Save