Skip to content

Commit 59cbd5c

Browse files
fix: space besides left parentheses
Co-authored-by: Steven Hsu <hsuhaochun@gmail.com>
1 parent 36df673 commit 59cbd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faq/design.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ msgid ""
922922
"based structures will misbehave."
923923
msgstr ""
924924
"此外,不管物件是否在字典中,如果 ``o1 == o2``(即 ``o1.__eq__(o2) is "
925-
"True``),則 ``hash(o1) == hash(o2)``(即 ``o1.__hash__() == o2."
925+
"True``),則 ``hash(o1) == hash(o2)``\\ (即 ``o1.__hash__() == o2."
926926
"__hash__()``),這個事實必須要成立。如果無法滿足這項限制,那字典和其他用雜湊"
927927
"為基底的結構會出現不正常的行為。"
928928

0 commit comments

Comments
 (0)