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

Skip to content

Commit e7941b5

Browse files
[po] auto sync
1 parent 20f6d10 commit e7941b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

extending/newtypes_tutorial.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,13 +673,18 @@ msgid ""
673673
":attr:`last` could be set to non-string values or even deleted. We want to "
674674
"make sure that these attributes always contain strings."
675675
msgstr ""
676+
"在本小节中,我们将对 :class:`Custom` 示例中 :attr:`first` 和 :attr:`last` 属性的设置提供更细致的控制。 "
677+
"在我们上一版本的模块中,实例变量 :attr:`first` 和 :attr:`last` 可以被设为非字符串值甚至被删除。 "
678+
"我们希望这些属性总是包含字符串。"
676679

677680
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/extending/newtypes_tutorial.rst:549
678681
msgid ""
679682
"To provide greater control, over the :attr:`first` and :attr:`last` "
680683
"attributes, we'll use custom getter and setter functions. Here are the "
681684
"functions for getting and setting the :attr:`first` attribute::"
682685
msgstr ""
686+
"为了提供对于 :attr:`first` 和 :attr:`last` 属性更强的控制,我们将使用自定义的读取和设置函数。 下面就是用于读取和设置 "
687+
":attr:`first` 属性的函数::"
683688

684689
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/extending/newtypes_tutorial.rst:580
685690
msgid ""

0 commit comments

Comments
 (0)