Skip to content

Commit adc950a

Browse files
ajsharmajonmmease
authored andcommitted
Fixes documentation typos (#1397)
Rename `plolty` to `plotly`
1 parent bcf4a2a commit adc950a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: plotly/plotly/plotly.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def iplot_mpl(fig, resize=True, strip_style=False, update=None,
256256
"""Replot a matplotlib figure with plotly in IPython.
257257
258258
This function:
259-
1. converts the mpl figure into JSON (run help(plolty.tools.mpl_to_plotly))
259+
1. converts the mpl figure into JSON (run help(plotly.tools.mpl_to_plotly))
260260
2. makes a request to Plotly to save this figure in your account
261261
3. displays the image in your IPython output cell
262262
@@ -288,7 +288,7 @@ def plot_mpl(fig, resize=True, strip_style=False, update=None, **plot_options):
288288
"""Replot a matplotlib figure with plotly.
289289
290290
This function:
291-
1. converts the mpl figure into JSON (run help(plolty.tools.mpl_to_plotly))
291+
1. converts the mpl figure into JSON (run help(plotly.tools.mpl_to_plotly))
292292
2. makes a request to Plotly to save this figure in your account
293293
3. opens your figure in a browser tab OR returns the unique figure url
294294

0 commit comments

Comments
 (0)