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

Skip to content

Commit 84c9afe

Browse files
[po] auto sync
1 parent f398c57 commit 84c9afe

2 files changed

Lines changed: 201 additions & 194 deletions

File tree

howto/descriptor.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
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`."
439439
msgstr ""
440-
"一般而言,描述器是一个包含了描述器协议中的方法的属性值。这些方法是 :meth:`__get__`,:meth:`__set__` 和 "
441-
":meth:`__delete__`。如果某个属性定义了这些方法中的任意一个,那么就可以说它是一个 :term:`descriptor`。"
442440

443441
#: ../../howto/descriptor.rst:503
444442
msgid ""

0 commit comments

Comments
 (0)