Browse Source

docs: fix dropped word in get_swagger_ui_html docstring

pull/15853/head
Kropiunig 4 weeks ago
parent
commit
f75fa3dfbc
  1. 2
      fastapi/openapi/docs.py

2
fastapi/openapi/docs.py

@ -135,7 +135,7 @@ def get_swagger_ui_html(
] = None, ] = None,
) -> HTMLResponse: ) -> HTMLResponse:
""" """
Generate and return the HTML that loads Swagger UI for the interactive Generate and return the HTML response that loads Swagger UI for the interactive
API docs (normally served at `/docs`). API docs (normally served at `/docs`).
You would only call this function yourself if you needed to override some parts, You would only call this function yourself if you needed to override some parts,

Loading…
Cancel
Save