Browse Source

docs(en): simplify hl_lines in index.md (partial #1859)

pull/14294/head
niveshpadamata1218 9 months ago
parent
commit
bfb1d7e1b6
  1. 2
      docs/en/docs/index.md

2
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

Loading…
Cancel
Save