File tree Expand file tree Collapse file tree 3 files changed +221
-221
lines changed Expand file tree Collapse file tree 3 files changed +221
-221
lines changed Original file line number Diff line number Diff line change 9
9
msgstr ""
10
10
"Project-Id-Version : Python 2.7\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
- "POT-Creation-Date : 2018-02-04 12:28 +0900\n "
13
- "PO-Revision-Date : 2018-02-04 03:35 +0000\n "
12
+ "POT-Creation-Date : 2018-02-05 12:29 +0900\n "
13
+ "PO-Revision-Date : 2018-02-05 03:36 +0000\n "
14
14
"Last-Translator : cocoatomo\n "
15
15
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
16
16
"MIME-Version : 1.0\n "
@@ -371,8 +371,8 @@ msgstr ""
371
371
372
372
#: ../../library/collections.rst:319
373
373
msgid ""
374
- "When the deque is empty, rotating one step to the right is equivalent to "
375
- "``d.appendleft(d.pop())``, and rotating one step to the left is equivalent "
374
+ "When the deque is not empty, rotating one step to the right is equivalent to"
375
+ " ``d.appendleft(d.pop())``, and rotating one step to the left is equivalent "
376
376
"to ``d.append(d.popleft())``."
377
377
msgstr ""
378
378
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 2.7\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2018-01-21 01:52+0900\n "
12
- "PO-Revision-Date : 2017-09-22 17:56 +0000\n "
12
+ "PO-Revision-Date : 2018-02-05 14:32 +0000\n "
13
13
"Last-Translator : cocoatomo\n "
14
14
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
15
15
"MIME-Version : 1.0\n "
You can’t perform that action at this time.
0 commit comments