We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fab873 commit 38040efCopy full SHA for 38040ef
chapter5/3-scrapeCsv.py
@@ -15,6 +15,6 @@
15
csvRow = []
16
for cell in row.findAll(['td', 'th']):
17
csvRow.append(cell.get_text())
18
- writer.writerow(csvRow)
+ writer.writerow(csvRow)
19
finally:
20
csvFile.close()
0 commit comments