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.
2 parents 08d6983 + 1471904 commit 82ee64aCopy full SHA for 82ee64a
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