File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ msgid ""
1414msgstr ""
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 ""
16861686msgstr "*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
16931693msgid "retrieves the item at *i* and also removes it from *s*"
You can’t perform that action at this time.
0 commit comments