diff --git a/docs/en/docs/tutorial/background-tasks.md b/docs/en/docs/tutorial/background-tasks.md index edf821fa2..8646f4599 100644 --- a/docs/en/docs/tutorial/background-tasks.md +++ b/docs/en/docs/tutorial/background-tasks.md @@ -19,7 +19,7 @@ First, import `BackgroundTasks` and define a parameter in your *path operation f **FastAPI** will create the object of type `BackgroundTasks` for you and pass it as that parameter. -### Example +### Example { #example } ```python from fastapi import FastAPI, BackgroundTasks