Skip to content

Commit ad8848e

Browse files
author
remitchell
committed
Indenting correction
1 parent 8567533 commit ad8848e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Chapter06_StoringData.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
" csvRow = []\n",
153153
" for cell in row.findAll(['td', 'th']):\n",
154154
" csvRow.append(cell.get_text())\n",
155-
" writer.writerow(csvRow)\n",
155+
" writer.writerow(csvRow)\n",
156156
"finally:\n",
157157
" csvFile.close()"
158158
]

0 commit comments

Comments
 (0)