Skip to content

Commit 9f88516

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 791f37c commit 9f88516

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/stdtypes.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.8\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2021-05-03 17:16+0000\n"
17+
"POT-Creation-Date: 2021-07-28 18:06+0000\n"
1818
"PO-Revision-Date: 2020-05-30 12:10+0000\n"
1919
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2021\n"
2020
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1686,8 +1686,8 @@ msgid ""
16861686
msgstr "*s* の *i* で与えられたインデックスに *x* を挿入します。 (``s[i:i] = [x]`` と同じ)"
16871687

16881688
#: ../../library/stdtypes.rst:1095
1689-
msgid "``s.pop([i])``"
1690-
msgstr "``s.pop([i])``"
1689+
msgid "``s.pop()`` or ``s.pop(i)``"
1690+
msgstr ""
16911691

16921692
#: ../../library/stdtypes.rst:1095
16931693
msgid "retrieves the item at *i* and also removes it from *s*"

0 commit comments

Comments
 (0)