We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717fcf4 commit 04c74d2Copy full SHA for 04c74d2
library/graphlib.po
@@ -33,7 +33,7 @@ msgid ""
33
"Provides functionality to topologically sort a graph of :term:`hashable` "
34
"nodes."
35
msgstr ""
36
-"提供對包含可雜湊 (hashable) 節點之圖 (graph) 進行拓撲排序 (topologically "
+"提供對包含\\ :term:`可雜湊 (hashable) <hashable>` 節點之圖 (graph) 進行拓撲排序 (topologically "
37
"sort) 的功能。"
38
39
#: ../../library/graphlib.rst:22
@@ -120,8 +120,8 @@ msgid ""
120
"Add a new node and its predecessors to the graph. Both the *node* and all "
121
"elements in *predecessors* must be :term:`hashable`."
122
123
-"向圖中新增新節點及其前驅節點。*node* 和 *predecessors* 中的所有元素都必須是可"
124
-"雜湊的。"
+"向圖中新增新節點及其前驅節點。*node* 和 *predecessors* 中的所有元素都必須是\\ :term:`可雜湊 <hashable>`\\ "
+"的。"
125
126
#: ../../library/graphlib.rst:90
127
msgid ""
0 commit comments