Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abd4169

Browse files
committed
Bow to the 🐄
1 parent 87217ab commit abd4169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/offline/offline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def iplot(figure_or_data, show_link=True, link_text='Export to plot.ly',
177177
178178
Example:
179179
```
180-
from plotly.offline import, iplot
180+
from plotly.offline import iplot
181181
182182
iplot([{'x': [1, 2, 3], 'y': [5, 2, 7]}])
183183
```

0 commit comments

Comments
 (0)