Skip to content

Commit 7156920

Browse files
committed
DOC: spacing fix
1 parent c25c928 commit 7156920

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

doc/source/v0.9.1.txt

+1-6
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,9 @@ API changes
9797

9898
.. ipython:: python
9999

100-
data = """\
101-
A,B,C
102-
00001,001,5
103-
00002,002,6
104-
"""
100+
data = 'A,B,C\n00001,001,5\n00002,002,6'
105101

106102
from cStringIO import StringIO
107-
108103
read_csv(StringIO(data), converters={'A' : lambda x: x.strip()})
109104

110105

0 commit comments

Comments
 (0)