From 15ab5e3d1d3bbd4e74552c355b6b3a98f5577995 Mon Sep 17 00:00:00 2001 From: thatneat Date: Tue, 23 Jul 2019 11:19:01 -0700 Subject: [PATCH] spelling: visulizing -> visualizing --- packages/python/plotly/plotly/express/_doc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/python/plotly/plotly/express/_doc.py b/packages/python/plotly/plotly/express/_doc.py index 4b8a5e949d9..8c54f89a026 100644 --- a/packages/python/plotly/plotly/express/_doc.py +++ b/packages/python/plotly/plotly/express/_doc.py @@ -228,15 +228,15 @@ ], marginal=[ "(string, one of `'rug'`, `'box'`, `'violin'`, `'histogram'`)", - "If set, a subplot is drawn alongside the main plot, visulizing the distribution.", + "If set, a subplot is drawn alongside the main plot, visualizing the distribution.", ], marginal_x=[ "(string, one of `'rug'`, `'box'`, `'violin'`, `'histogram'`)", - "If set, a horizontal subplot is drawn above the main plot, visulizing the x-distribution.", + "If set, a horizontal subplot is drawn above the main plot, visualizing the x-distribution.", ], marginal_y=[ "(string, one of `'rug'`, `'box'`, `'violin'`, `'histogram'`)", - "If set, a vertical subplot is drawn to the right of the main plot, visulizing the y-distribution.", + "If set, a vertical subplot is drawn to the right of the main plot, visualizing the y-distribution.", ], trendline=[ "(string, one of `'ols'` or `'lowess'`, default `None`)",