Skip to content

Commit 3b2c8d1

Browse files
Update README.md
1 parent 6d7ebf9 commit 3b2c8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ This data can now be exported easily using CSV module.
258258
259259
## Exporting the data
260260
261-
![Data scraping python](https://oxylabs.io/blog/images/2020/06/Web-Scraping-Tutorial-Python-1-1024x683.jpg)The data can be easily exported to a CSV file using the csv module. The first step is to open a file in write mode. Note that the `newline` parameter should be set to an empty string. If this is not done, you will see unwarted new line characters in your CSV file
261+
The data can be easily exported to a CSV file using the csv module. The first step is to open a file in write mode. Note that the `newline` parameter should be set to an empty string. If this is not done, you will see unwarted new line characters in your CSV file
262262
263263
```python
264264
file= open("toc.csv", "w", newline="")

0 commit comments

Comments
 (0)