Skip to content

Commit 4b86bd6

Browse files
committed
fixed reference to tutorial directory
1 parent 1aeccdd commit 4b86bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ easy task).
7676
We begin by modeling the item that we will use to hold the sites data obtained
7777
from dmoz.org, as we want to capture the name, url and description of the
7878
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::
79+
items.py, found in the ``tutorial`` directory. Our Item class looks like this::
8080

8181
from scrapy.item import Item, Field
8282

0 commit comments

Comments
 (0)