Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6162831 commit 55b50a0Copy full SHA for 55b50a0
2 files changed
howto/descriptor.po
@@ -263,9 +263,9 @@ msgid ""
263
":meth:`object.__getattribute__`."
264
msgstr ""
265
" ``super()`` 返回的对象还有一个自定义的 :meth:`__getattribute__` 方法来调用描述器。属性查找 ``super(B,"
266
-" obj).m`` 在紧随 ``B`` 后的基类 ``A`` 中搜索 ``obj.__class__.__mro__`` ,然后返回 "
+" obj).m`` 在 ``obj.__class__.__mro__`` 中搜索紧随 ``B`` 后的基类 ``A`` ,然后返回 "
267
"``A.__dict__['m'].__get__(obj, B)`` 。如果其不是描述器,则直接返回 ``m`` 。如果不在字典中, ``m`` "
268
-"才回退使用 :meth:`object.__getattribute__` 进行搜索。 "
+"才会使用 :meth:`object.__getattribute__` 进行搜索。 "
269
270
#: ../../howto/descriptor.rst:126
271
msgid ""
0 commit comments