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

Skip to content

Commit f6f9580

Browse files
committed
[po] auto sync bot
1 parent cc8fa41 commit f6f9580

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
# cdarlint <[email protected]>, 2017
99
# Fred <[email protected]>, 2018
1010
# Junkai Shao <[email protected]>, 2018
11-
# zkonge, 2019
1211
# Meng Du <[email protected]>, 2019
1312
# Freesand Leo <[email protected]>, 2019
13+
# zkonge, 2019
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2019-07-09 11:52+0900\n"
2121
"PO-Revision-Date: 2017-02-16 23:40+0000\n"
22-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
22+
"Last-Translator: zkonge, 2019\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"
@@ -352,7 +352,7 @@ msgid ""
352352
"this example it is equivalent to ``result = result + [a]``, but more "
353353
"efficient."
354354
msgstr ""
355-
"``result.append(a)`` 语句调用了列表对象 ``result`` 的* 。方法是 '属于' 一个对象的函数,它被命名为 "
355+
"``result.append(a)`` 语句调用了列表对象 ``result`` 的 *方法* 。方法是“属于”一个对象的函数,它被命名为 "
356356
"``obj.methodname`` ,其中 ``obj`` 是某个对象(也可能是一个表达式), ``methodname`` "
357357
"是由对象类型中定义的方法的名称。不同的类型可以定义不同的方法。不同类型的方法可以有相同的名称而不会引起歧义。(可以使用 *类* "
358358
"定义自己的对象类型和方法,请参阅 :ref:`tut-classes` )示例中的方法 :meth:`append` "

0 commit comments

Comments
 (0)