Skip to content

Commit 82ee64a

Browse files
committed
Merge pull request #160 from Projjol/patch-1
Fix spelling nit
2 parents 08d6983 + 1471904 commit 82ee64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/_containers/scrape/2013-03-06-part-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class LivingSocialDeal(Item):
4141
"""Livingsocial container (dictionary-like object) for scraped data"""
4242
```
4343

44-
For our `LivingSocialDeal` class, we inherit from `Item` - which basically takes come pre-defined objects that scrapy has already built for us.
44+
For our `LivingSocialDeal` class, we inherit from `Item` - which basically takes some pre-defined objects that scrapy has already built for us.
4545

4646
<div class="panel panel-default">
4747
<div class="panel-heading">For the Curious</div>

0 commit comments

Comments
 (0)