Skip to content

Commit caad61b

Browse files
Merge pull request #2067 from seb-hub/patch-1
Update subplots.py
2 parents b83aaef + db17346 commit caad61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/subplots.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ def _checks(item, defaults):
811811
# Build resulting figure
812812
fig = go.Figure(layout=layout)
813813

814-
# Attach subpot grid info to the figure
814+
# Attach subplot grid info to the figure
815815
fig.__dict__["_grid_ref"] = grid_ref
816816
fig.__dict__["_grid_str"] = grid_str
817817

0 commit comments

Comments
 (0)