File tree Expand file tree Collapse file tree 2 files changed +140
-149
lines changed Expand file tree Collapse file tree 2 files changed +140
-149
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.7\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2019-09-13 03:32 +0000\n "
14
+ "POT-Creation-Date : 2019-10-01 03:39 +0000\n "
15
15
"PO-Revision-Date : 2019-09-01 02:39+0000\n "
16
16
"Last-Translator : tomo, 2019\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -525,17 +525,11 @@ msgstr "コルーチン"
525
525
526
526
#: ../../glossary.rst:246
527
527
msgid ""
528
- "Coroutines is a more generalized form of subroutines. Subroutines are "
528
+ "Coroutines are a more generalized form of subroutines. Subroutines are "
529
529
"entered at one point and exited at another point. Coroutines can be "
530
530
"entered, exited, and resumed at many different points. They can be "
531
531
"implemented with the :keyword:`async def` statement. See also :pep:`492`."
532
532
msgstr ""
533
- "(コルーチン)\n"
534
- "コルーチンはサブルーチンのより一般的な形式です。\n"
535
- "サブルーチンにはある時に入り別の時に出ます。 \n"
536
- "コルーチンには多くの異なる時に入り、出て、再開することが出来ます。\n"
537
- "コルーチンは :keyword:`async def` 文で実装されます。\n"
538
- ":pep:`492` を参照してください。"
539
533
540
534
#: ../../glossary.rst:251
541
535
msgid "coroutine function"
You can’t perform that action at this time.
0 commit comments