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

Skip to content

Commit edca736

Browse files
committed
revise pr #747 based on reviewer's feedback.
1 parent 7d2d59f commit edca736

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

faq/programming.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ msgid ""
6060
"using the code for pdb as an example."
6161
msgstr ""
6262
"pdb 模組是一個簡單但足夠的 Python 控制台模式除錯器。它是標準 Python 函式庫的"
63-
"一部分,並 :mod:`記錄在函式庫參考手冊 <pdb>` 中。你也可以參考 pdb 的程式碼作"
64-
"為範例來編寫自己的除錯器。"
63+
"一部分,並\\ :mod:`記錄在函式庫參考手冊 <pdb>`\\ 中。你也可以參考 pdb 的程式"
64+
"碼作為範例來編寫自己的除錯器。"
6565

6666
#: ../../faq/programming.rst:27
6767
msgid ""

howto/argparse.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ msgid ""
186186
"function."
187187
msgstr ""
188188
"我們增加了 :meth:`~ArgumentParser.add_argument` 方法,利用這個方法可以指定我"
189-
"們的程式接受哪些命令列參數。在這種情況下,我將之命名為 ``echo`` 以便於與其功"
189+
"們的程式接受哪些命令列選項。在這種情況下,我將之命名為 ``echo`` 以便於與其功"
190190
"能保持一致。"
191191

192192
#: ../../howto/argparse.rst:146

library/datetime.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ msgstr ""
4040

4141
#: ../../library/datetime.rst:24
4242
msgid "Skip to :ref:`the format codes <format-codes>`."
43-
msgstr "跳轉至 :ref:`格式碼 (format codes) <format-codes>`。"
43+
msgstr "跳轉至\\ :ref:`格式碼 (format codes) <format-codes>`。"
4444

4545
#: ../../library/datetime.rst:29
4646
msgid "Module :mod:`calendar`"
4747
msgstr ":mod:`calendar` 模組"
4848

4949
#: ../../library/datetime.rst:29
5050
msgid "General calendar related functions."
51-
msgstr "與日曆相關的一般功能。"
51+
msgstr "與日曆相關的一般函式。"
5252

5353
#: ../../library/datetime.rst:32
5454
msgid "Module :mod:`time`"

0 commit comments

Comments
 (0)