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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|