Skip to content

Commit 93f46e2

Browse files
committed
doc(net): minor Solution summary
1 parent 768aed0 commit 93f46e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphtik/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def _unsatisfied_operations(dag, inputs: Collection) -> List:
128128

129129
class Solution(ChainMap, Plottable):
130130
"""
131-
Collects outputs from operations, preserving :term:`overwrites`.
131+
A chain-map collecting :term:`solution` outputs and execution state (eg :term:`overwrites`)
132132
133133
.. attribute:: plan
134134

graphtik/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def get_node_name(a):
255255
graph_type="digraph",
256256
label=quote_dot_word(title),
257257
fontname="italic",
258-
splines="ortho",
258+
splines=splines,
259259
)
260260
if name:
261261
dot.set_name(as_identifier(name))

0 commit comments

Comments
 (0)