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

Skip to content

Commit ee24758

Browse files
[po] auto sync
1 parent 45e9fdf commit ee24758

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.53%", "updated_at": "2023-11-27T05:55:37Z"}
1+
{"translation": "92.53%", "updated_at": "2023-11-27T07:55:42Z"}

reference/datamodel.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ msgid ""
3333
msgstr ""
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)."
21892189
msgstr ""
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
21962196
msgid ""

0 commit comments

Comments
 (0)