Browse Source

Fix anchor in link inside docstring

pull/15967/head
Yurii Motov 2 weeks ago
parent
commit
d8c318e3ff
  1. 2
      fastapi/applications.py

2
fastapi/applications.py

@ -66,7 +66,7 @@ class FastAPI(Starlette):
errors. errors.
Read more in the Read more in the
[Starlette docs for Applications](https://www.starlette.dev/applications/#instantiating-the-application). [Starlette docs for Applications](https://www.starlette.dev/applications/#starlette.applications.Starlette).
""" """
), ),
] = False, ] = False,

Loading…
Cancel
Save