Skip to content

Commit 5477e3d

Browse files
committed
codeblock修正
1 parent dc49e95 commit 5477e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: source/c06/p01_read_write_csv_data.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# process row
6767
...
6868
69-
在这个版本中,你可以使用列名去访问每一行的数据了。比如,``row['Symbol']`` 或者 ``row['Change']``
69+
在这个版本中,你可以使用列名去访问每一行的数据了。比如,``row['Symbol']`` 或者 ``row['Change']``
7070

7171
为了写入CSV数据,你仍然可以使用csv模块,不过这时候先创建一个 ``writer`` 对象。例如:
7272

0 commit comments

Comments
 (0)