Skip to content

Commit 5b66f21

Browse files
authored
Apply suggestions from code review
Co-authored-by: W. H. Wang <mattwang44@gmail.com>
1 parent 342930d commit 5b66f21

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

library/base64.po

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

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

library/gc.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ msgid ""
6969
"0 to 2). A :exc:`ValueError` is raised if the generation number is invalid. "
7070
"The sum of collected objects and uncollectable objects is returned."
7171
msgstr ""
72-
"不帶引數時,執行完整的垃圾回收。可選的引數 *generation* 可以是一個指明需要回"
72+
"不帶引數執行完整的垃圾回收。可選的引數 *generation* 可以是一個指明需要回"
7373
"收哪一代垃圾的整數(從 0 到 2)。當 generation 數值無效時,會引發 :exc:"
7474
"`ValueError` 例外。可回收物件與不可回收物件的總和會被回傳。"
7575

reference/simple_stmts.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ msgid ""
11541154
"using the name in the :keyword:`!as` clause if it is present, otherwise "
11551155
"using the attribute name"
11561156
msgstr ""
1157-
"否則,對該值的參照會儲存在當前命名空間中,如果存在 :keyword:`!as` 子句則使用"
1157+
"否則,對該值的參照會儲存在目前的命名空間中,如果存在 :keyword:`!as` 子句則使用"
11581158
"其中的名稱,否則使用屬性名稱"
11591159

11601160
#: ../../reference/simple_stmts.rst:814

0 commit comments

Comments
 (0)