Skip to content

Commit 31b78fb

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 1cb937b commit 31b78fb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

library/stdtypes.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.7\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2019-09-18 03:30+0000\n"
15+
"POT-Creation-Date: 2019-09-20 03:32+0000\n"
1616
"PO-Revision-Date: 2019-09-01 03:16+0000\n"
1717
"Last-Translator: tomo, 2019\n"
1818
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -5378,11 +5378,9 @@ msgstr ""
53785378
#: ../../library/stdtypes.rst:4282
53795379
msgid ""
53805380
"Dictionaries compare equal if and only if they have the same ``(key, "
5381-
"value)`` pairs. Order comparisons ('<', '<=', '>=', '>') raise "
5382-
":exc:`TypeError`."
5381+
"value)`` pairs (regardless of ordering). Order comparisons ('<', '<=', '>=',"
5382+
" '>') raise :exc:`TypeError`."
53835383
msgstr ""
5384-
"複数の辞書は、同じ ``(key, value)`` の対を持つ場合に、そしてその場合にのみ等しくなります。順序比較 ('<', '<=', '>=',"
5385-
" '>') は :exc:`TypeError` を送出します。"
53865384

53875385
#: ../../library/stdtypes.rst:4286
53885386
msgid ""

0 commit comments

Comments
 (0)