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, ] = None,
description: Annotated[ description: Annotated[
str, Optional[str],
Doc( Doc(
''' '''
A description of the API. Supports Markdown (using A description of the API. Supports Markdown (using

Loading…
Cancel
Save