Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2aaa317

Browse files
[po] auto sync
1 parent f2bb1d5 commit 2aaa317

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

library/stdtypes.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ msgid ""
2828
msgstr ""
2929
"Project-Id-Version: Python 3.8\n"
3030
"Report-Msgid-Bugs-To: \n"
31-
"POT-Creation-Date: 2021-05-03 17:16+0000\n"
31+
"POT-Creation-Date: 2021-07-28 18:06+0000\n"
3232
"PO-Revision-Date: 2020-05-30 12:10+0000\n"
3333
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
3434
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1656,8 +1656,8 @@ msgid ""
16561656
msgstr "在由 *i* 给出的索引位置将 *x* 插入 *s* (等同于 ``s[i:i] = [x]``)"
16571657

16581658
#: ../../library/stdtypes.rst:1095
1659-
msgid "``s.pop([i])``"
1660-
msgstr "``s.pop([i])``"
1659+
msgid "``s.pop()`` or ``s.pop(i)``"
1660+
msgstr ""
16611661

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

0 commit comments

Comments
 (0)