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

Skip to content

Commit b540c38

Browse files
committed
[po] auto sync bot
1 parent 7687af9 commit b540c38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial/classes.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Shengjing Zhu <[email protected]>, 2018
99
# Junkai Shao <[email protected]>, 2018
1010
# ww song <[email protected]>, 2018
11-
# SKY H. <[email protected]>, 2018
11+
# zkonge, 2018
1212
# Zombie110year <[email protected]>, 2019
1313
# Freesand Leo <[email protected]>, 2019
1414
#
@@ -175,7 +175,7 @@ msgid ""
175175
"``modname``."
176176
msgstr ""
177177
"属性可以是只读或者可写的。如果为后者,那么对属性的赋值是可行的。模块属性是可以写,你可以写出 ``modname.the_answer = 42`` "
178-
"。可写的属性同样可以用 :keyword:`del` 语句删除。例如,``del modname.the_answer`` 将会从名为 "
178+
"。可写的属性同样可以用 :keyword:`del` 语句删除。例如, ``del modname.the_answer`` 将会从名为 "
179179
"``modname`` 的对象中移除 :attr:`the_answer` 属性。"
180180

181181
#: ../../tutorial/classes.rst:96

0 commit comments

Comments
 (0)