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

Skip to content

Commit 55b50a0

Browse files
[po] auto sync
1 parent 6162831 commit 55b50a0

2 files changed

Lines changed: 5424 additions & 5412 deletions

File tree

howto/descriptor.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@ msgid ""
263263
":meth:`object.__getattribute__`."
264264
msgstr ""
265265
" ``super()`` 返回的对象还有一个自定义的 :meth:`__getattribute__` 方法来调用描述器。属性查找 ``super(B,"
266-
" obj).m`` 在紧随 ``B`` 后的基类 ``A`` 中搜索 ``obj.__class__.__mro__`` ,然后返回 "
266+
" obj).m`` ``obj.__class__.__mro__`` 中搜索紧随 ``B`` 后的基类 ``A`` ,然后返回 "
267267
"``A.__dict__['m'].__get__(obj, B)`` 。如果其不是描述器,则直接返回 ``m`` 。如果不在字典中, ``m`` "
268-
"才回退使用 :meth:`object.__getattribute__` 进行搜索。 "
268+
"才会使用 :meth:`object.__getattribute__` 进行搜索。 "
269269

270270
#: ../../howto/descriptor.rst:126
271271
msgid ""

0 commit comments

Comments
 (0)