File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"translation" : " 92.53%" , "updated_at" : " 2023-11-27T05 :55:37Z " }
1+ {"translation" : " 92.53%" , "updated_at" : " 2023-11-27T07 :55:42Z " }
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ msgid ""
3333msgstr ""
3434"Project-Id-Version : Python 3.12\n "
3535"Report-Msgid-Bugs-To : \n "
36- "POT-Creation-Date : 2023-11-03 14:14 +0000\n "
36+ "POT-Creation-Date : 2023-11-24 14:13 +0000\n "
3737"PO-Revision-Date : 2021-06-28 01:19+0000\n "
3838"
Last-Translator :
LeeWendao <[email protected] >, 2023\n "
3939"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -2187,10 +2187,10 @@ msgid ""
21872187"value is immutable (if the object's hash value changes, it will be in the "
21882188"wrong hash bucket)."
21892189msgstr ""
2190- "如果一个类没有定义 :meth:`__eq__` 方法那么它也不应该定义 :meth:`__hash__` 操作;如果它定义了 "
2190+ "如果一个类没有定义 :meth:`__eq__` 方法,那么它也不应该定义 :meth:`__hash__` 操作;如果它定义了 "
21912191":meth:`__eq__` 但没有定义 :meth:`__hash__`,则其实例将不可被用作可哈希多项集的条目。 如果一个类定义了可变对象并实现了 "
21922192":meth:`__eq__` 方法,则它不应该实现 :meth:`__hash__`,因为 :term:`hashable` "
2193- "多项集的实现要求键的哈希值是不可变的(如果对象的哈希值发生改变,它将位于错误的哈希桶中)。 hash bucket). "
2193+ "多项集的实现要求键的哈希值是不可变的(如果对象的哈希值发生改变,它将位于错误的哈希桶中)。"
21942194
21952195#: ../../reference/datamodel.rst:1652
21962196msgid ""
You can’t perform that action at this time.
0 commit comments