diff --git a/pymc/model_graph.py b/pymc/model_graph.py index e29d371f04..65d518c8aa 100644 --- a/pymc/model_graph.py +++ b/pymc/model_graph.py @@ -177,7 +177,7 @@ def _make_node(self, var_name, graph, *, nx=False, cluster=False, formatting: st else: shape = "box" style = "rounded, filled" - label = f"{var_name}\n~\nCData" + label = f"{var_name}\n~\nData" kwargs = { "shape": shape,