From fc9bc429a76127ccc3010a6a912117b7b94496a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Samoraj?= Date: Fri, 28 May 2021 23:59:29 +0200 Subject: [PATCH] Fix typo in express/_doc.py --- packages/python/plotly/plotly/express/_doc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/plotly/plotly/express/_doc.py b/packages/python/plotly/plotly/express/_doc.py index 5d0b2b921db..cbe265cb27c 100644 --- a/packages/python/plotly/plotly/express/_doc.py +++ b/packages/python/plotly/plotly/express/_doc.py @@ -449,7 +449,7 @@ "str (default `'group'`)", "One of `'group'` or `'overlay'`", "In `'overlay'` mode, boxes are on drawn top of one another.", - "In `'group'` mode, baxes are placed beside each other.", + "In `'group'` mode, boxes are placed beside each other.", ], violinmode=[ "str (default `'group'`)",