Skip to content

Update compound_stmts.rst to adjust page break(Python 3.9) #42

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

Merged
merged 1 commit into from
Mar 30, 2023
Merged
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
1 change: 1 addition & 0 deletions reference/compound_stmts.po
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,7 @@ msgid ""
msgstr ""
"Python で実行しているコルーチンは多くの時点で一時停止と再開ができます (:term:"
"`コルーチン <coroutine>` を参照してください)。\n"
"\n"
"コルーチン関数の本体では、 ``await`` 識別子と ``async`` 識別子は予約語になり"
"ます; :keyword:`await` 式である :keyword:`async for` と :keyword:`async "
"with` はコルーチン関数の本体でしか使えません。"
Expand Down