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

Skip to content

Commit b419a0a

Browse files
authored
Apply suggestions from code review
1 parent b80dc54 commit b419a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/weakref.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ msgid ""
112112
msgstr ""
113113
":class:`finalize` 提供了一種直接的方法來註冊在物件被垃圾回收時呼叫的清理函"
114114
"式。這比在原始弱參照上設定回呼函式更容易使用,因為模組在物件被回收前會自動確"
115-
"保最終化器(finalizer) 保持存活。"
115+
"保最終化器 (finalizer) 保持存活。"
116116

117117
#: ../../library/weakref.rst:63
118118
msgid ""
@@ -614,7 +614,7 @@ msgstr ""
614614
msgid ""
615615
"The finalizer can be called directly as well. However the finalizer will "
616616
"invoke the callback at most once."
617-
msgstr "最終化器也可以直接被呼叫。然而,最終化器最多會調用回乎一次。"
617+
msgstr "最終化器也可以直接被呼叫。然而,最終化器最多會調用回呼一次。"
618618

619619
#: ../../library/weakref.rst:497
620620
msgid ""

0 commit comments

Comments
 (0)