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

Skip to content

Commit e818741

Browse files
[po] auto sync
1 parent 1a73990 commit e818741

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tutorial/controlflow.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# eric R <[email protected]>, 2020
99
# 刘玉龙 <[email protected]>, 2020
1010
# Junkai Shao <[email protected]>, 2020
11-
# Freesand Leo <[email protected]>, 2020
1211
# zkonge <[email protected]>, 2020
1312
# ppcfish <[email protected]>, 2020
13+
# Freesand Leo <[email protected]>, 2020
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2020-02-10 12:41+0000\n"
2121
"PO-Revision-Date: 2020-05-30 12:16+0000\n"
22-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2020\n"
22+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2323
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -722,7 +722,7 @@ msgid ""
722722
"the arguments out of a list or tuple::"
723723
msgstr ""
724724
"当参数已经在列表或元组中但要为需要单独位置参数的函数调用解包时,会发生相反的情况。例如,内置的 :func:`range` 函数需要单独的 "
725-
"*start* 和 *stop* 参数。如果它们不能单独使用,可以使用 ``*``\\-操作符 来编写函数调用以便从列表或元组中解包参数::"
725+
"*start* 和 *stop* 参数。如果它们不能单独使用,可以使用 ``*`` 操作符 来编写函数调用以便从列表或元组中解包参数::"
726726

727727
#: ../../tutorial/controlflow.rst:753
728728
msgid ""

0 commit comments

Comments
 (0)