Skip to content

Commit c6cd2fc

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent b750bf7 commit c6cd2fc

File tree

3 files changed

+6463
-6449
lines changed

3 files changed

+6463
-6449
lines changed

library/math.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.9\n"
1919
"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"
2121
"PO-Revision-Date: 2017-02-16 23:18+0000\n"
2222
"Last-Translator: tomo, 2020\n"
2323
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -196,7 +196,7 @@ msgstr ""
196196
msgid ""
197197
"Return the greatest common divisor of the specified integer arguments. If "
198198
"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 "
200200
"zero, then the returned value is ``0``. ``gcd()`` without arguments returns"
201201
" ``0``."
202202
msgstr ""

library/typing.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.9\n"
1919
"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"
2121
"PO-Revision-Date: 2017-02-16 23:32+0000\n"
2222
"Last-Translator: tomo, 2020\n"
2323
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1557,8 +1557,8 @@ msgstr ":class:`contextlib.AbstractContextManager` のジェネリック版で
15571557

15581558
#: ../../library/typing.rst:1463
15591559
msgid ""
1560-
":class:`collections.contextlib.AbstractContextManager` now supports ``[]``. "
1561-
"See :pep:`585`."
1560+
":class:`contextlib.AbstractContextManager` now supports ``[]``. See "
1561+
":pep:`585`."
15621562
msgstr ""
15631563

15641564
#: ../../library/typing.rst:1468
@@ -1567,8 +1567,8 @@ msgstr ":class:`contextlib.AbstractAsyncContextManager` のジェネリック版
15671567

15681568
#: ../../library/typing.rst:1473
15691569
msgid ""
1570-
":class:`collections.contextlib.AbstractAsyncContextManager` now supports "
1571-
"``[]``. See :pep:`585`."
1570+
":class:`contextlib.AbstractAsyncContextManager` now supports ``[]``. See "
1571+
":pep:`585`."
15721572
msgstr ""
15731573

15741574
#: ../../library/typing.rst:1477

0 commit comments

Comments
 (0)