Skip to content

Commit 92b326d

Browse files
authored
Update README.md
1 parent eaa803c commit 92b326d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scrapy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ for i in range(2, npages + 2 ):
6868
```
6969

7070
## Scrapy Shell for finding Individual Campaign Links
71-
The best way to learn how to extract data with Scrapy is trying selectors using the shell Scrapy shell. We will use XPaths which can be used to select elements from HTML documents.
71+
The best way to learn how to extract data with Scrapy is using the Scrapy shell. We will use XPaths which can be used to select elements from HTML documents.
7272

7373
The first thing we will try and get the xpaths for are the individual campaign links. First we do inspect to see roughly where the campaigns are in the HTML.
7474

0 commit comments

Comments
 (0)