Skip to content

Commit 04c74d2

Browse files
authored
Apply suggestions from code review
1 parent 717fcf4 commit 04c74d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/graphlib.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ msgid ""
3333
"Provides functionality to topologically sort a graph of :term:`hashable` "
3434
"nodes."
3535
msgstr ""
36-
"提供對包含可雜湊 (hashable) 節點之圖 (graph) 進行拓撲排序 (topologically "
36+
"提供對包含\\ :term:`可雜湊 (hashable) <hashable>` 節點之圖 (graph) 進行拓撲排序 (topologically "
3737
"sort) 的功能。"
3838

3939
#: ../../library/graphlib.rst:22
@@ -120,8 +120,8 @@ msgid ""
120120
"Add a new node and its predecessors to the graph. Both the *node* and all "
121121
"elements in *predecessors* must be :term:`hashable`."
122122
msgstr ""
123-
"向圖中新增新節點及其前驅節點。*node* 和 *predecessors* 中的所有元素都必須是可"
124-
"雜湊的。"
123+
"向圖中新增新節點及其前驅節點。*node* 和 *predecessors* 中的所有元素都必須是\\ :term:`可雜湊 <hashable>`\\ "
124+
"。"
125125

126126
#: ../../library/graphlib.rst:90
127127
msgid ""

0 commit comments

Comments
 (0)