File tree 3 files changed +6463
-6449
lines changed
3 files changed +6463
-6449
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.9\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2020-05-31 09:25 +0000\n "
20
+ "POT-Creation-Date : 2020-10-13 04:20 +0000\n "
21
21
"PO-Revision-Date : 2017-02-16 23:18+0000\n "
22
22
"Last-Translator : tomo, 2020\n "
23
23
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -196,7 +196,7 @@ msgstr ""
196
196
msgid ""
197
197
"Return the greatest common divisor of the specified integer arguments. If "
198
198
"any of the arguments is nonzero, then the returned value is the largest "
199
- "positive integer that is a divisor af all arguments. If all arguments are "
199
+ "positive integer that is a divisor of all arguments. If all arguments are "
200
200
"zero, then the returned value is ``0``. ``gcd()`` without arguments returns"
201
201
" ``0``."
202
202
msgstr ""
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.9\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2020-10-12 04:20+0000\n "
20
+ "POT-Creation-Date : 2020-10-13 04:20+0000\n "
21
21
"PO-Revision-Date : 2017-02-16 23:32+0000\n "
22
22
"Last-Translator : tomo, 2020\n "
23
23
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1557,8 +1557,8 @@ msgstr ":class:`contextlib.AbstractContextManager` のジェネリック版で
1557
1557
1558
1558
#: ../../library/typing.rst:1463
1559
1559
msgid ""
1560
- ":class:`collections. contextlib.AbstractContextManager` now supports ``[]``. "
1561
- "See :pep:`585`."
1560
+ ":class:`contextlib.AbstractContextManager` now supports ``[]``. See "
1561
+ ":pep:`585`."
1562
1562
msgstr ""
1563
1563
1564
1564
#: ../../library/typing.rst:1468
@@ -1567,8 +1567,8 @@ msgstr ":class:`contextlib.AbstractAsyncContextManager` のジェネリック版
1567
1567
1568
1568
#: ../../library/typing.rst:1473
1569
1569
msgid ""
1570
- ":class:`collections. contextlib.AbstractAsyncContextManager` now supports "
1571
- "``[]``. See :pep:`585`."
1570
+ ":class:`contextlib.AbstractAsyncContextManager` now supports ``[]``. See "
1571
+ ":pep:`585`."
1572
1572
msgstr ""
1573
1573
1574
1574
#: ../../library/typing.rst:1477
You can’t perform that action at this time.
0 commit comments