From 9fa982026675c1532c3d7df30a0dd4095eabff96 Mon Sep 17 00:00:00 2001 From: afonit Date: Tue, 12 Jan 2021 09:48:25 -0500 Subject: [PATCH] volume was spelled volum added the e onto volum so it spelled volume. --- doc/python/sankey-diagram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/sankey-diagram.md b/doc/python/sankey-diagram.md index 6109a3e5abc..44bb5b31107 100644 --- a/doc/python/sankey-diagram.md +++ b/doc/python/sankey-diagram.md @@ -39,7 +39,7 @@ A [Sankey diagram](https://en.wikipedia.org/wiki/Sankey_diagram) is a flow diagr ### Basic Sankey Diagram -Sankey diagrams visualize the contributions to a flow by defining [source](https://plotly.com/python/reference/sankey/#sankey-link-source) to represent the source node, [target](https://plotly.com/python/reference/sankey/#sankey-link-target) for the target node, [value](https://plotly.com/python/reference/sankey/#sankey-link-value) to set the flow volum, and [label](https://plotly.com/python/reference/sankey/#sankey-node-label) that shows the node name. +Sankey diagrams visualize the contributions to a flow by defining [source](https://plotly.com/python/reference/sankey/#sankey-link-source) to represent the source node, [target](https://plotly.com/python/reference/sankey/#sankey-link-target) for the target node, [value](https://plotly.com/python/reference/sankey/#sankey-link-value) to set the flow volume, and [label](https://plotly.com/python/reference/sankey/#sankey-node-label) that shows the node name. ```python import plotly.graph_objects as go