From bfb1d7e1b6c107fa14611be71b4b34069031a451 Mon Sep 17 00:00:00 2001 From: niveshpadamata1218 <2400030538@kluniversity.in> Date: Wed, 5 Nov 2025 12:15:29 +0530 Subject: [PATCH] docs(en): simplify hl_lines in index.md (partial #1859) --- docs/en/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index 35c46d15f..64ef02eab 100644 --- a/docs/en/docs/index.md +++ b/docs/en/docs/index.md @@ -276,7 +276,7 @@ Now modify the file `main.py` to receive a body from a `PUT` request. Declare the body using standard Python types, thanks to Pydantic. -```Python hl_lines="4 9-12 25-27" +```Python from typing import Union from fastapi import FastAPI