8000
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.
2 parents 44abaeb + 6becc4f commit 64cdaf6Copy full SHA for 64cdaf6
faq/design.po
@@ -921,8 +921,8 @@ msgid ""
921
"not. If you fail to meet these restrictions dictionaries and other hash "
922
"based structures will misbehave."
923
msgstr ""
924
-"此外,不管物件是否在字典中,如果 ``o1 == o2``(即 ``o1.__eq__(o2) is "
925
-"True``),則 ``hash(o1) == hash(o2)``(即 ``o1.__hash__() == o2."
+"此外,不管物件是否在字典中,如果 ``o1 == o2``\\ (即 ``o1.__eq__(o2) is "
+"True``),則 ``hash(o1) == hash(o2)``\\ (即 ``o1.__hash__() == o2."
926
"__hash__()``),這個事實必須要成立。如果無法滿足這項限制,那字典和其他用雜湊"
927
"為基底的結構會出現不正常的行為。"
928
0 commit comments