Browse Source

✏ Fix wrong import from typing module in Persian translations for `docs/fa/docs/index.md` (#6083)

pull/9394/head
Kimiaattaei 2 years ago
committed by GitHub
parent
commit
9f13595247
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/fa/docs/index.md

2
docs/fa/docs/index.md

@ -143,7 +143,7 @@ $ pip install "uvicorn[standard]"
* فایلی به نام `main.py` با محتوای زیر ایجاد کنید :
```Python
from typing import Optional
from typing import Union
from fastapi import FastAPI

Loading…
Cancel
Save