Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Small grammatical change
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
docs/intro/tutorial.rst
|
@@ -83,8 +83,8 @@ sites, we define fields for each of these three attributes. To do that, we edit |
|
|
link = scrapy.Field() |
|
|
desc = scrapy.Field() |
|
|
|
|
|
This may seem complicated at first, but defining the item allows you to use other handy |
|
|
components of Scrapy that need to know what does your item look like. |
|
|
This may seem complicated at first, but defining an item class allows you to use other handy |
|
|
components and helpers within Scrapy. |
|
|
|
|
|
Our first Spider |
|
|
================ |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.