Skip to content

Commit 031f6cd

Browse files
Update doc/python/cufflinks.md
Co-Authored-By: Emmanuelle Gouillart <emma@plot.ly>
1 parent 1995e2d commit 031f6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/cufflinks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ fig.show()
138138
import cufflinks as cf
139139

140140
df=cf.datagen.lines(4)
141-
fig = df.iplot(asFigure=True, hline=[2,4],vline=['2015-02-10'])
141+
fig = df.iplot(asFigure=True, hline=[2,4], vline=['2015-02-10'])
142142
fig.show()
143143
```
144144

0 commit comments

Comments
 (0)