Skip to content

Commit d624606

Browse files
committed
Change type abbreviation for consistency with most other plotly docstrings
1 parent 6973229 commit d624606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/python/plotly/plotly/subplots.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def make_subplots(
120120
Empty strings ("") can be included in the list if no subplot title
121121
is desired in that space so that the titles are properly indexed.
122122
123-
specs: list of lists of dictionaries or None (default None)
123+
specs: list of lists of dict or None (default None)
124124
Per subplot specifications of subplot type, row/column spanning, and
125125
spacing.
126126
@@ -173,7 +173,7 @@ def make_subplots(
173173
- Note: Use 'horizontal_spacing' and 'vertical_spacing' to adjust
174174
the spacing in between the subplots.
175175
176-
insets: list of dictionaries or None (default None):
176+
insets: list of dict or None (default None):
177177
Inset specifications. Insets are subplots that overlay grid subplots
178178
179179
- Each item in 'insets' is a dictionary.

0 commit comments

Comments
 (0)