File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ msgid ""
33
33
"Provides functionality to topologically sort a graph of :term:`hashable` "
34
34
"nodes."
35
35
msgstr ""
36
- "提供對包含可雜湊 (hashable) 節點之圖 (graph) 進行拓撲排序 (topologically "
36
+ "提供對包含 \\ :term:`可雜湊 (hashable) <hashable>` 節點之圖 (graph) 進行拓撲排序 (topologically "
37
37
"sort) 的功能。"
38
38
39
39
#: ../../library/graphlib.rst:22
@@ -120,8 +120,8 @@ msgid ""
120
120
"Add a new node and its predecessors to the graph. Both the *node* and all "
121
121
"elements in *predecessors* must be :term:`hashable`."
122
122
msgstr ""
123
- "向圖中新增新節點及其前驅節點。*node* 和 *predecessors* 中的所有元素都必須是可 "
124
- "雜湊的 。"
123
+ "向圖中新增新節點及其前驅節點。*node* 和 *predecessors* 中的所有元素都必須是 \\ :term:`可雜湊 <hashable>` \\ "
124
+ "的 。"
125
125
126
126
#: ../../library/graphlib.rst:90
127
127
msgid ""
You can’t perform that action at this time.
0 commit comments