Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scrappycat committed Jul 30, 2015
1 parent 8a3c141 commit d84d162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -32,7 +32,7 @@ def translate(value):
if key == "house" or \
key == "unit" or \
key == "townhouse" or \
key == "apartment" or
key == "apartment" or \
key == "commercial property":
(bedrooms, bathrooms) = val.strip().partition(" ")[::2]
return {
Expand Down

0 comments on commit d84d162

Please sign in to comment.