From 31c9ae2c715b29506390be3cbf5e18de7b1ad76c Mon Sep 17 00:00:00 2001 From: Atsuo Ishimoto Date: Tue, 21 Mar 2023 22:33:20 +0900 Subject: [PATCH] update compound_stmts.rst to adjust page break See https://github.com/python/python-docs-ja/issues/35#issuecomment-1474857417 for detail --- reference/compound_stmts.po | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/compound_stmts.po b/reference/compound_stmts.po index d565b4592..060902e0e 100644 --- a/reference/compound_stmts.po +++ b/reference/compound_stmts.po @@ -1004,6 +1004,7 @@ msgid "" msgstr "" "Python で実行しているコルーチンは多くの時点で一時停止と再開ができます (:term:" "`コルーチン ` を参照してください)。\n" +"\n" "コルーチン関数の本体では、 ``await`` 識別子と ``async`` 識別子は予約語になり" "ます; :keyword:`await` 式である :keyword:`async for` と :keyword:`async " "with` はコルーチン関数の本体でしか使えません。"