File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ msgid ""
126
126
"unchanged; this is compatible with the way these are treated by the :mod:"
127
127
"`pickle` module."
128
128
msgstr ""
129
- "該模組不複製模組、方法、堆疊追蹤(stack trace)、堆疊幀 (stack frame)、檔"
129
+ "該模組不複製模組、方法、堆疊追蹤(stack trace)、堆疊框 (stack frame)、檔"
130
130
"案、socket、視窗、陣列以及任何類似的型別。它透過不變更原始物件並將其回傳來"
131
131
"(淺層或深層地)\" 複製\" 函式和類別;這與 :mod:`pickle` 模組處理這類問題的方式"
132
132
"是相似的。"
@@ -147,7 +147,7 @@ msgid ""
147
147
"information on these methods. In fact, the :mod:`copy` module uses the "
148
148
"registered pickle functions from the :mod:`copyreg` module."
149
149
msgstr ""
150
- "類別可以使用與控制 pickle 操作相同的介面來控制複製操作 ,關於這些方法的描述資"
150
+ "類別可以使用與操作 pickle 相同的介面來控制複製操作 ,關於這些方法的描述資"
151
151
"訊請參考 :mod:`pickle` 模組。實際上,:mod:`copy` 模組使用的正是從 :mod:"
152
152
"`copyreg` 模組中註冊的 pickle 函式。"
153
153
You can’t perform that action at this time.
0 commit comments