Skip to content
  • Sponsor python/python-docs-zh-tw

  • Notifications You must be signed in to change notification settings
  • Fork 214
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 64cdaf6

Browse files
committedAug 30, 2022
Merge branch '3.10' of https://github.com/SiriusKoan/python-docs-zh-tw into 3.10
2 parents 44abaeb + 6becc4f commit 64cdaf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎faq/design.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -921,8 +921,8 @@ msgid ""
921921
"not. If you fail to meet these restrictions dictionaries and other hash "
922922
"based structures will misbehave."
923923
msgstr ""
924-
"此外,不管物件是否在字典中,如果 ``o1 == o2``(即 ``o1.__eq__(o2) is "
925-
"True``),則 ``hash(o1) == hash(o2)``(即 ``o1.__hash__() == o2."
924+
"此外,不管物件是否在字典中,如果 ``o1 == o2``\\ (即 ``o1.__eq__(o2) is "
925+
"True``),則 ``hash(o1) == hash(o2)``\\ (即 ``o1.__hash__() == o2."
926926
"__hash__()``),這個事實必須要成立。如果無法滿足這項限制,那字典和其他用雜湊"
927927
"為基底的結構會出現不正常的行為。"
928928

0 commit comments

Comments
 (0)
Failed to load comments.