Skip to content

Commit b943c8d

Browse files
committed
Remove stale fig parameter from full_figure_for_development docstring
BaseFigure.full_figure_for_development(self, warn, as_dict) has no fig parameter; the entry was carried over from the module-level plotly.io.full_figure_for_development(fig, ...) function.
1 parent 5cdb606 commit b943c8d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

plotly/basedatatypes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3462,9 +3462,6 @@ def full_figure_for_development(self, warn=True, as_dict=False):
34623462
34633463
Parameters
34643464
----------
3465-
fig:
3466-
Figure object or dict representing a figure
3467-
34683465
warn: bool
34693466
If False, suppress warnings about not using this in production.
34703467

0 commit comments

Comments
 (0)