Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ja/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

---

FastAPI は、Pythonの標準である型ヒントに基づいてPython 3.6 以降でAPI を構築するための、モダンで、高速(高パフォーマンス)な、Web フレームワークです。
FastAPI は、Pythonの標準である型ヒントに基づいてPython 3.8 以降でAPI を構築するための、モダンで、高速(高パフォーマンス)な、Web フレームワークです。

主な特徴:

Expand Down Expand Up @@ -317,7 +317,7 @@ def update_item(item_id: int, item: Item):

新しい構文や特定のライブラリのメソッドやクラスなどを覚える必要はありません。

単なる標準的な**3.6 以降の Python**です。
単なる標準的な**3.8 以降の Python**です。

例えば、`int`の場合:

Expand Down
2 changes: 1 addition & 1 deletion docs/ko/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

---

FastAPI는 현대적이고, 빠르며(고성능), 파이썬 표준 타입 힌트에 기초한 Python3.6+의 API를 빌드하기 위한 웹 프레임워크입니다.
FastAPI는 현대적이고, 빠르며(고성능), 파이썬 표준 타입 힌트에 기초한 Python3.8+의 API를 빌드하기 위한 웹 프레임워크입니다.

주요 특징으로:

Expand Down
2 changes: 1 addition & 1 deletion docs/pl/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

---

FastAPI to nowoczesny, wydajny framework webowy do budowania API z użyciem Pythona 3.6+ bazujący na standardowym typowaniu Pythona.
FastAPI to nowoczesny, wydajny framework webowy do budowania API z użyciem Pythona 3.8+ bazujący na standardowym typowaniu Pythona.

Kluczowe cechy:

Expand Down