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

Skip to content

Commit 1b85f66

Browse files
mattwang44josix
andcommitted
Apply suggestions from code review
Co-authored-by: Josix <[email protected]>
1 parent 7dac8ec commit 1b85f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/copy.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ msgid ""
126126
"unchanged; this is compatible with the way these are treated by the :mod:"
127127
"`pickle` module."
128128
msgstr ""
129-
"該模組不複製模組、方法、堆疊追蹤(stack trace)、堆疊幀(stack frame)、檔"
129+
"該模組不複製模組、方法、堆疊追蹤(stack trace)、堆疊框(stack frame)、檔"
130130
"案、socket、視窗、陣列以及任何類似的型別。它透過不變更原始物件並將其回傳來"
131131
"(淺層或深層地)\"複製\"函式和類別;這與 :mod:`pickle` 模組處理這類問題的方式"
132132
"是相似的。"
@@ -147,7 +147,7 @@ msgid ""
147147
"information on these methods. In fact, the :mod:`copy` module uses the "
148148
"registered pickle functions from the :mod:`copyreg` module."
149149
msgstr ""
150-
"類別可以使用與控制 pickle 操作相同的介面來控制複製操作,關於這些方法的描述資"
150+
"類別可以使用與操作 pickle 相同的介面來控制複製操作,關於這些方法的描述資"
151151
"訊請參考 :mod:`pickle` 模組。實際上,:mod:`copy` 模組使用的正是從 :mod:"
152152
"`copyreg` 模組中註冊的 pickle 函式。"
153153

0 commit comments

Comments
 (0)