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 ""
14
14
msgstr ""
15
15
"Project-Id-Version : Python 3.8\n "
16
16
"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 "
18
18
"PO-Revision-Date : 2020-05-30 12:10+0000\n "
19
19
"Last-Translator : Takanori Suzuki <takanori@takanory.net>, 2021\n "
20
20
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1686,8 +1686,8 @@ msgid ""
1686
1686
msgstr "*s* の *i* で与えられたインデックスに *x* を挿入します。 (``s[i:i] = [x]`` と同じ)"
1687
1687
1688
1688
#: ../../library/stdtypes.rst:1095
1689
- msgid "``s.pop([i] )``"
1690
- msgstr "``s.pop([i])`` "
1689
+ msgid "``s.pop()`` or ``s.pop(i )``"
1690
+ msgstr ""
1691
1691
1692
1692
#: ../../library/stdtypes.rst:1095
1693
1693
msgid "retrieves the item at *i* and also removes it from *s*"
You can’t perform that action at this time.
0 commit comments