diff --git a/docs_src/metadata/tutorial001_1.py b/docs_src/metadata/tutorial001_1.py index a8f5b9458..419232d86 100644 --- a/docs_src/metadata/tutorial001_1.py +++ b/docs_src/metadata/tutorial001_1.py @@ -28,7 +28,7 @@ app = FastAPI( }, license_info={ "name": "Apache 2.0", - "identifier": "MIT", + "identifier": "Apache-2.0", }, )