From db173465c02996240009943bdedcd3ace0bdf7e3 Mon Sep 17 00:00:00 2001 From: seb-hub <45536464+seb-hub@users.noreply.github.com> Date: Tue, 14 Jan 2020 12:54:52 +0100 Subject: [PATCH] Update subplots.py fixed typo in comment --- packages/python/plotly/plotly/subplots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/plotly/plotly/subplots.py b/packages/python/plotly/plotly/subplots.py index 9f2075e7cb1..652467ff6a4 100644 --- a/packages/python/plotly/plotly/subplots.py +++ b/packages/python/plotly/plotly/subplots.py @@ -811,7 +811,7 @@ def _checks(item, defaults): # Build resulting figure fig = go.Figure(layout=layout) - # Attach subpot grid info to the figure + # Attach subplot grid info to the figure fig.__dict__["_grid_ref"] = grid_ref fig.__dict__["_grid_str"] = grid_str