From 835c9cb033768ae399cf59bbdf741715062f11f2 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Mon, 17 Jun 2024 16:05:20 -0400 Subject: [PATCH] fix docs errors --- packages/python/plotly/plotly/express/_doc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/python/plotly/plotly/express/_doc.py b/packages/python/plotly/plotly/express/_doc.py index 5a8690f856d..7e522481eca 100644 --- a/packages/python/plotly/plotly/express/_doc.py +++ b/packages/python/plotly/plotly/express/_doc.py @@ -248,7 +248,7 @@ ], facet_row_spacing=[ "float between 0 and 1", - "Spacing between facet rows, in paper units. Default is 0.03 or 0.0.7 when facet_col_wrap is used.", + "Spacing between facet rows, in paper units. Default is 0.03 or 0.07 when facet_col_wrap is used.", ], facet_col_spacing=[ "float between 0 and 1", @@ -433,7 +433,7 @@ "str", "One of `'auto'`, `'svg'` or `'webgl'`, default `'auto'`", "Controls the browser API used to draw marks.", - "`'svg`' is appropriate for figures of less than 1000 data points, and will allow for fully-vectorized output.", + "`'svg'` is appropriate for figures of less than 1000 data points, and will allow for fully-vectorized output.", "`'webgl'` is likely necessary for acceptable performance above 1000 points but rasterizes part of the output. ", "`'auto'` uses heuristics to choose the mode.", ],