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