File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ msgid ""
1818msgstr ""
1919"Project-Id-Version : Python 3.9\n "
2020"Report-Msgid-Bugs-To : \n "
21- "POT-Creation-Date : 2021-01-01 05:02 +0000\n "
21+ "POT-Creation-Date : 2021-02-03 05:20 +0000\n "
2222"PO-Revision-Date : 2017-02-16 17:44+0000\n "
2323"
Last-Translator :
WH-2099 <[email protected] >, 2021\n "
2424"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -435,10 +435,8 @@ msgid ""
435435"In general, a descriptor is an attribute value that has one of the methods "
436436"in the descriptor protocol. Those methods are :meth:`__get__`, "
437437":meth:`__set__`, and :meth:`__delete__`. If any of those methods are "
438- "defined for an the attribute, it is said to be a :term:`descriptor`."
438+ "defined for an attribute, it is said to be a :term:`descriptor`."
439439msgstr ""
440- "一般而言,描述器是一个包含了描述器协议中的方法的属性值。这些方法是 :meth:`__get__`,:meth:`__set__` 和 "
441- ":meth:`__delete__`。如果某个属性定义了这些方法中的任意一个,那么就可以说它是一个 :term:`descriptor`。"
442440
443441#: ../../howto/descriptor.rst:503
444442msgid ""
You can’t perform that action at this time.
0 commit comments