Skip to content

Commit 97def55

Browse files
authored
Merge pull request plotly#4639 from plotly/fix-doc-string
Fix small docstring typos
2 parents 178dbad + 5ccf6d2 commit 97def55

File tree

1 file changed

+2
-2
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+2
-2
lines changed

packages/python/plotly/plotly/express/_doc.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
],
249249
facet_row_spacing=[
250250
"float between 0 and 1",
251-
"Spacing between facet rows, in paper units. Default is 0.03 or 0.0.7 when facet_col_wrap is used.",
251+
"Spacing between facet rows, in paper units. Default is 0.03 or 0.07 when facet_col_wrap is used.",
252252
],
253253
facet_col_spacing=[
254254
"float between 0 and 1",
@@ -433,7 +433,7 @@
433433
"str",
434434
"One of `'auto'`, `'svg'` or `'webgl'`, default `'auto'`",
435435
"Controls the browser API used to draw marks.",
436-
"`'svg`' is appropriate for figures of less than 1000 data points, and will allow for fully-vectorized output.",
436+
"`'svg'` is appropriate for figures of less than 1000 data points, and will allow for fully-vectorized output.",
437437
"`'webgl'` is likely necessary for acceptable performance above 1000 points but rasterizes part of the output. ",
438438
"`'auto'` uses heuristics to choose the mode.",
439439
],

0 commit comments

Comments
 (0)