From 9efed7f94e3d9c10852735719fa21f72e0a8a0bc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:54:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/tutorial/background-tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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