Skip to content

Commit 56636ac

Browse files
eopXDmattwang44
authored andcommitted
error fix
1 parent 2d317b2 commit 56636ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

library/intro.po

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ msgid ""
4848
"statement. Some of these are defined by the core language, but many are not "
4949
"essential for the core semantics and are only described here."
5050
msgstr ""
51-
"Python 函式庫也囊括了內建函數與異常處理——這些物件都可以用import”句法來引入 "
52-
"Python 程式之中。函式庫中有許多是被 Python 定義的,但在這裡僅解釋最核心的語意"
53-
"部分。"
51+
"Python 函式庫也囊括了內建函數與異常處理——這些物件都可以用 :keyword:`import` "
52+
"句法來引入 Python 程式之中。函式庫中有許多是被 Python 定義的,但在這裡僅解釋"
53+
"最核心的語意部分。"
5454

5555
#: ../../library/intro.rst:20
5656
msgid ""
@@ -103,9 +103,9 @@ msgstr ""
103103
"得到一個對 Python 函式庫所支援的模組與應用合理的概觀。當然,你“沒有必要”像是"
104104
"在讀一本小說一樣讀這本手冊——你也可以快速瀏覽目錄(在手冊的最前頭)、或是你可"
105105
"以利用最下方的 index 來查詢特定的函式或模組。最後,如果你享受閱讀一些隨機的主"
106-
"題,你可以選擇一個隨機的數字並開始閱讀(見 module :mod: `random`) 。不管你想"
107-
"要以什麼順序來閱讀這個手冊,:ref: `built-in-func` 會是一個很好的入門,因為手"
108-
"冊中其他章節介紹方式大部分都與這個章節類似。"
106+
"題,你可以選擇一個隨機的數字並開始閱讀(見 module :mod:`random`) 。不管你想要"
107+
"以什麼順序來閱讀這個手冊,:ref:`built-in-func` 會是一個很好的入門,因為手冊中"
108+
"其他章節介紹方式大部分都與這個章節類似。"
109109

110110
#: ../../library/intro.rst:48
111111
msgid "Let the show begin!"

0 commit comments

Comments
 (0)