Skip to content

Commit 31c9ae2

Browse files
update compound_stmts.rst to adjust page break
See python#35 (comment) for detail
1 parent a50464c commit 31c9ae2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reference/compound_stmts.po

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,7 @@ msgid ""
10041004
msgstr ""
10051005
"Python で実行しているコルーチンは多くの時点で一時停止と再開ができます (:term:"
10061006
"`コルーチン <coroutine>` を参照してください)。\n"
1007+
"\n"
10071008
"コルーチン関数の本体では、 ``await`` 識別子と ``async`` 識別子は予約語になり"
10081009
"ます; :keyword:`await` 式である :keyword:`async for` と :keyword:`async "
10091010
"with` はコルーチン関数の本体でしか使えません。"

0 commit comments

Comments
 (0)