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

Skip to content

Commit ca033af

Browse files
committed
[po] auto sync bot
1 parent 75011e6 commit ca033af

2 files changed

Lines changed: 4223 additions & 4192 deletions

File tree

faq/programming.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.7\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2019-05-14 11:26+0900\n"
22+
"POT-Creation-Date: 2019-08-30 03:20+0000\n"
2323
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
2424
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
2525
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -869,12 +869,10 @@ msgstr "我的代码如何才能发现对象的名称?"
869869
#: ../../faq/programming.rst:661
870870
msgid ""
871871
"Generally speaking, it can't, because objects don't really have names. "
872-
"Essentially, assignment always binds a name to a value; The same is true of "
872+
"Essentially, assignment always binds a name to a value; the same is true of "
873873
"``def`` and ``class`` statements, but in that case the value is a callable. "
874874
"Consider the following code::"
875875
msgstr ""
876-
"通常来说是做不到的,因为对象并不真正具有名称。 在本质上,赋值总是会将一个名称绑定到某个值;``def`` 和 ``class`` "
877-
"语句也是如此,但在此情况下该值是一个可调用对象。 考虑以下代码::"
878876

879877
#: ../../faq/programming.rst:677
880878
msgid ""

0 commit comments

Comments
 (0)