Skip to content

Commit a7b64b1

Browse files
mattwang44Copilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 5b66f21 commit a7b64b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library/base64.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ msgstr ""
3838
"這個模組提供將二進位資料編碼成可顯示 ASCII 字元以及解碼回原始資料的功能。這包"
3939
"括了 :rfc:`4648` 中\\ :ref:`指定的編碼 <base64-rfc-4648>`\\ (Base64、Base32 "
4040
"和 Base16)、`PDF 2.0 <https://pdfa.org/resource/iso-32000-2/>`_ 中指定的"
41-
" :ref:`Base85 編碼 <base64-base-85>`,以及其他地方使用的 Base85 非標準變"
41+
":ref:`Base85 編碼 <base64-base-85>`,以及其他地方使用的 Base85 非標準變"
4242
"體。"
4343

4444
#: ../../library/base64.rst:24

library/pickle.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ msgid ""
112112
"transparently, however the class definition must be importable and live in "
113113
"the same module as when the object was pickled."
114114
msgstr ""
115-
":mod:`marshal` 無法序列化使用者自訂的類別和的實例。:mod:`!pickle` 則可以讓使"
115+
":mod:`marshal` 無法序列化使用者自訂的類別及其實例。:mod:`!pickle` 則可以讓使"
116116
"用者儲存並還原自訂的類別實例,前提是儲存時該類別的定義存在於與要被 pickle 的"
117117
"物件所在的模組中、且可以被引入(import)。"
118118

0 commit comments

Comments
 (0)