Skip to content

Commit d80f975

Browse files
authored
Update packages/python/plotly/plotly/_subplots.py
1 parent 2198872 commit d80f975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/python/plotly/plotly/_subplots.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -711,15 +711,15 @@ def _check_hv_spacing(dimsize, spacing, name, dimvarname, dimname):
711711
else:
712712
raise Exception(
713713
"A combination of the 'b' values, heights, and "
714-
"number of subplots too large for this subplot gird."
714+
"number of subplots too large for this subplot grid."
715715
)
716716
if y_e > 1.0:
717717
if y_e < 1.01:
718718
y_e = 1.0
719719
else:
720720
raise Exception(
721721
"A combination of the 't' values, heights, and "
722-
"number of subplots too large for this subplot gird."
722+
"number of subplots too large for this subplot grid."
723723
)
724724

725725
y_domain = [y_s, y_e]

0 commit comments

Comments
 (0)