File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 90.47%" , "updated_at" : " 2023-11-25T03 :31:22Z " }
1
+ {"translation" : " 90.47%" , "updated_at" : " 2023-11-27T07 :31:32Z " }
Original file line number Diff line number Diff line change 5
5
#
6
6
# Translators:
7
7
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
8
+ # LeeWendao <LeeWendao@outlook.com>, 2023
8
9
#
9
10
#, fuzzy
10
11
msgid ""
11
12
msgstr ""
12
13
"Project-Id-Version : Python 3.10\n "
13
14
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2023-11-05 18:24 +0000\n "
15
+ "POT-Creation-Date : 2023-11-24 18:59 +0000\n "
15
16
"PO-Revision-Date : 2022-11-05 17:23+0000\n "
16
- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2023\n "
17
+ "Last-Translator : LeeWendao <LeeWendao@outlook .com>, 2023\n "
17
18
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
18
19
"MIME-Version : 1.0\n "
19
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -2086,7 +2087,7 @@ msgstr ""
2086
2087
"如果一个类没有定义 :meth:`__eq__` 方法那么它也不应该定义 :meth:`__hash__` 操作;如果它定义了 "
2087
2088
":meth:`__eq__` 但没有定义 :meth:`__hash__`,则其实例将不可被用作可哈希多项集的条目。 如果一个类定义了可变对象并实现了 "
2088
2089
":meth:`__eq__` 方法,则它不应该实现 :meth:`__hash__`,因为 :term:`hashable` "
2089
- "多项集的实现要求键的哈希值是不可变的(如果对象的哈希值发生改变,它将位于错误的哈希桶中)。 hash bucket). "
2090
+ "多项集的实现要求键的哈希值是不可变的(如果对象的哈希值发生改变,它将位于错误的哈希桶中)。"
2090
2091
2091
2092
#: ../../reference/datamodel.rst:1497
2092
2093
msgid ""
You can’t perform that action at this time.
0 commit comments