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

Skip to content

Commit ddf4446

Browse files
committed
[po] auto sync bot
1 parent 3021b26 commit ddf4446

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

reference/datamodel.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2518,6 +2518,9 @@ msgid ""
25182518
"``__init_subclass__`` solely applies to future subclasses of the class "
25192519
"defining the method."
25202520
msgstr ""
2521+
"当一个类继承其他类时,那个类的 *__init_subclass__* "
2522+
"会被调用。这样就可以编写能够改变子类行为的类。这与类装饰器有紧密的关联,但是类装饰器是影响它们所应用的特定类,而 "
2523+
"``__init_subclass__`` 则只作用于定义了该方法的类所派生的子类。"
25212524

25222525
#: ../../reference/datamodel.rst:1799
25232526
msgid ""

tutorial/modules.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ msgstr ""
189189

190190
#: ../../tutorial/modules.rst:146
191191
msgid "Executing modules as scripts"
192-
msgstr " 以脚本的方式执行模块"
192+
msgstr "以脚本的方式执行模块"
193193

194194
#: ../../tutorial/modules.rst:148
195195
msgid "When you run a Python module with ::"

0 commit comments

Comments
 (0)