Browse Source

fix typo

pull/11782/head
svlandeg 11 months ago
parent
commit
a41a1651c6
  1. 2
      docs/en/docs/advanced/django-orm.md

2
docs/en/docs/advanced/django-orm.md

@ -38,7 +38,7 @@ In your `main.py` file, let's import the `Question` model and create a FastAPI e
//// tab | Python 3.8+
```Python
```Python
{!> ../../../docs_src/django_orm/tutorial001.py[ln:10,16-20]!}
```

Loading…
Cancel
Save