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 08d6983 commit 1471904Copy full SHA for 1471904
website/_containers/scrape/2013-03-06-part-1.md
@@ -41,7 +41,7 @@ class LivingSocialDeal(Item):
41
"""Livingsocial container (dictionary-like object) for scraped data"""
42
```
43
44
-For our `LivingSocialDeal` class, we inherit from `Item` - which basically takes come pre-defined objects that scrapy has already built for us.
+For our `LivingSocialDeal` class, we inherit from `Item` - which basically takes some pre-defined objects that scrapy has already built for us.
45
46
<div class="panel panel-default">
47
<div class="panel-heading">For the Curious</div>
0 commit comments