From 5d6b84a884b3e57879829a1d1e16a20e5729f076 Mon Sep 17 00:00:00 2001 From: Avasis AI Date: Sun, 19 Apr 2026 21:51:24 +0530 Subject: [PATCH] docs: fix typos in make_subplots docstring --- plotly/_subplots.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plotly/_subplots.py b/plotly/_subplots.py index 16a3958637e..670c21c7e9b 100644 --- a/plotly/_subplots.py +++ b/plotly/_subplots.py @@ -92,7 +92,7 @@ def make_subplots( - 'top-left': Subplots are numbered with (1, 1) in the top left corner - - 'bottom-left': Subplots are numbererd with (1, 1) in the bottom + - 'bottom-left': Subplots are numbered with (1, 1) in the bottom left corner print_grid: boolean (default True): @@ -166,7 +166,7 @@ def make_subplots( for this subplot to span. * l (float, default 0.0): padding left of cell * r (float, default 0.0): padding right of cell - * t (float, default 0.0): padding right of cell + * t (float, default 0.0): padding top of cell * b (float, default 0.0): padding bottom of cell - Note: Use 'horizontal_spacing' and 'vertical_spacing' to adjust