@@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.12\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2024-07-12 14:46 +0000\n "
16
+ "POT-Creation-Date : 2024-07-20 01:23 +0000\n "
17
17
"PO-Revision-Date : 2024-05-11 00:34+0000\n "
18
18
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2024\n "
19
19
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -487,9 +487,9 @@ msgid ""
487
487
"attribute is accessed, while the old :meth:`~object.__getattr__` is only "
488
488
"called if ``foo`` isn't found in the instance's dictionary."
489
489
msgstr ""
490
- "新式类还支持一种新方法 "
491
- "``__getattribute__(attr_name)``。这两个方法的区别在于, :meth:`~object.__getattribute__` "
492
- "在访问任何属性时*总是*被调用,而旧的 :meth:`~object.__getattr__` 仅在 ``foo`` 未在实例的字典中找到时才被调用。"
490
+ "新式类还支持一种新方法 ``__getattribute__(attr_name)``。 这两个方法的区别在于 "
491
+ ":meth:`~object.__getattribute__` 在访问任何属性时 *总是* 被调用,而旧的 "
492
+ ":meth:`~object.__getattr__` 仅在 ``foo`` 未在实例的字典中找到时才被调用。"
493
493
494
494
#: ../../whatsnew/2.2.rst:328
495
495
msgid ""
@@ -1735,7 +1735,7 @@ msgstr ""
1735
1735
msgid ""
1736
1736
"The :func:`pow` built-in function no longer supports 3 arguments when "
1737
1737
"floating-point numbers are supplied. ``pow(x, y, z)`` returns ``(x**y) % "
1738
- "z``, but this is never useful for floating point numbers, and the final "
1738
+ "z``, but this is never useful for floating- point numbers, and the final "
1739
1739
"result varies unpredictably depending on the platform. A call such as "
1740
1740
"``pow(2.0, 8.0, 7.0)`` will now raise a :exc:`TypeError` exception."
1741
1741
msgstr ""
0 commit comments