File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ msgid ""
44
44
"If you wish to learn more about Python, start with the `Beginner's Guide to "
45
45
"Python <https://wiki.python.org/moin/BeginnersGuide>`_."
46
46
msgstr ""
47
- "若你希望學習更多關於Python語言,可以從\" Python初學者指引 \" 網站 <https://wiki."
47
+ "若你希望學習更多關於Python語言,可以從 `Python 初學者指引 <https://wiki."
48
48
"python.org/moin/BeginnersGuide>` 進行閱讀。"
49
49
50
50
#: ../../faq/installed.rst:18
Original file line number Diff line number Diff line change @@ -2429,9 +2429,9 @@ msgid ""
2429
2429
"(subscript) notation uses :class:`slice` objects internally."
2430
2430
msgstr ""
2431
2431
"一個物件,它通常包含一段 :term:`sequence`\\ (序列)的某一部分。建立一段切片"
2432
- "的方法是使用下標符號( subscript notation) ``[]``,若要給出多個數字,則在數字 "
2433
- "之間使用冒號 ,例如 ``in variable_name[1:3:5]``。在括號(下標)符號的內部,會 "
2434
- "使用 :class:`slice` 物件。"
2432
+ "的方法是使用下標符號 ( subscript notation) ``[]``\\ ,若要給出多個數字,則在 "
2433
+ "數字之間使用冒號 ,例如 ``variable_name[1:3:5]``。在括號(下標)符號的內部,"
2434
+ "會使用 :class:`slice` 物件。"
2435
2435
2436
2436
#: ../../glossary.rst:1112
2437
2437
msgid "special method"
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ msgstr "Kent Beck 的原始論文討論使用 :mod:`unittest` 這樣模式的測
134
134
135
135
#: ../../library/unittest.rst:61
136
136
msgid "`pytest <https://docs.pytest.org/>`_"
137
- msgstr "pytest <https://docs.pytest.org/>`_"
137
+ msgstr "` pytest <https://docs.pytest.org/>`_"
138
138
139
139
#: ../../library/unittest.rst:60
140
140
#, fuzzy
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ msgid ""
137
137
"``sys.ps1`` and ``sys.ps2`` in this file."
138
138
msgstr ""
139
139
"這個檔案只在互動模式中被讀取,當 Python 從腳本中讀取指令時,此檔案不會被讀"
140
- "取,當 :file: `/dev/tty` 作為指令的明確來源時也不會(否則表現得像互動模式)。"
140
+ "取,當 :file:`/dev/tty` 作為指令的明確來源時也不會(否則表現得像互動模式)。"
141
141
"它在執行互動式指令的同一命名空間中執行,因此它所定義或 import 的物件可以在互"
142
142
"動模式中不加限定地使用。你也可以在這個檔案中改變 ``sys.ps1`` 和 ``sys.ps2`` "
143
143
"等提示字元。"
Original file line number Diff line number Diff line change @@ -1274,7 +1274,7 @@ msgstr "``/usr/bin/python``"
1274
1274
1275
1275
#: ../../using/windows.rst:789
1276
1276
msgid "``/usr/local/bin/python``"
1277
- msgstr "`/usr/local/bin/python``"
1277
+ msgstr "`` /usr/local/bin/python``"
1278
1278
1279
1279
#: ../../using/windows.rst:790
1280
1280
msgid "``python``"
You can’t perform that action at this time.
0 commit comments