Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✏️ Update Python version in index.md in several languages #10711

Merged
merged 2 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -323,7 +323,7 @@ def update_item(item_id: int, item: Item):

새로운 문법, 특정 라이브러리의 메소드나 클래스 등을 배울 필요가 없습니다.

그저 표준 **Python 3.6+**입니다.
그저 표준 **Python 3.8+**입니다.

예를 들어, `int`에 대해선:

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