Browse Source

Fix license identifier in tutorial001_1.py

Fix the Apache 2.0 license identifier to be `Apache-2.0`, not `MIT` (which is NOT an Apache 2.0 license).
pull/14492/head
johnson-earls 7 months ago
committed by GitHub
parent
commit
6ead07fef9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs_src/metadata/tutorial001_1.py

2
docs_src/metadata/tutorial001_1.py

@ -28,7 +28,7 @@ app = FastAPI(
},
license_info={
"name": "Apache 2.0",
"identifier": "MIT",
"identifier": "Apache-2.0",
},
)

Loading…
Cancel
Save