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 1aeccdd commit 4b86bd6Copy full SHA for 4b86bd6
docs/intro/tutorial.rst
@@ -76,7 +76,7 @@ easy task).
76
We begin by modeling the item that we will use to hold the sites data obtained
77
from dmoz.org, as we want to capture the name, url and description of the
78
sites, we define fields for each of these three attributes. To do that, we edit
79
-items.py, found in the dmoz directory. Our Item class looks like this::
+items.py, found in the ``tutorial`` directory. Our Item class looks like this::
80
81
from scrapy.item import Item, Field
82
0 commit comments