Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

✏️ Fix typos in docs#11926

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
alejsdev merged 1 commit intofastapi:masterfromjianghuyiyuan:master
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes fromall 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
2 changes: 1 addition & 1 deletiondocs/en/docs/management.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@ Here's a short description of how the FastAPI repository is managed and maintain

I, <a href="https://github.com/tiangolo" target="_blank">@tiangolo</a>, am the creator and owner of the FastAPI repository. 🤓

I normally give the final review to each PR before merging them. I make the final decisions on thetheproject, I'm the <a href="https://en.wikipedia.org/wiki/Benevolent_dictator_for_life" class="external-link" target="_blank"><abbr title="Benevolent Dictator For Life">BDFL</abbr></a>. 😅
I normally give the final review to each PR before merging them. I make the final decisions on the project, I'm the <a href="https://en.wikipedia.org/wiki/Benevolent_dictator_for_life" class="external-link" target="_blank"><abbr title="Benevolent Dictator For Life">BDFL</abbr></a>. 😅

## Team

Expand Down
2 changes: 1 addition & 1 deletiondocs_src/dataclasses/tutorial002.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -21,6 +21,6 @@ async def read_next_item():
return {
"name": "Island In The Moon",
"price": 12.99,
"description": "A place to bebeplayin' and havin' fun",
"description": "A place to be playin' and havin' fun",
"tags": ["breater"],
}
2 changes: 1 addition & 1 deletiondocs_src/dataclasses/tutorial003.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -33,7 +33,7 @@ def get_authors(): # (8)
"items": [
{
"name": "Island In The Moon",
"description": "A place to bebeplayin' and havin' fun",
"description": "A place to be playin' and havin' fun",
},
{"name": "Holy Buddies"},
],
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@ def test_get_item():
assert response.json() == {
"name": "Island In The Moon",
"price": 12.99,
"description": "A place to bebeplayin' and havin' fun",
"description": "A place to be playin' and havin' fun",
"tags": ["breater"],
"tax": None,
}
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -31,7 +31,7 @@ def test_get_authors():
"items": [
{
"name": "Island In The Moon",
"description": "A place to bebeplayin' and havin' fun",
"description": "A place to be playin' and havin' fun",
},
{"name": "Holy Buddies", "description": None},
],
Expand Down

[8]ページ先頭

©2009-2026 Movatter.jp