From d84d162b4283fa8bc2c4c1c940eded48a5ef9642 Mon Sep 17 00:00:00 2001 From: scrappycat Date: Thu, 30 Jul 2015 14:28:22 +1000 Subject: [PATCH] Typo --- scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper.py b/scraper.py index 6b71ec0..0587abc 100644 --- a/scraper.py +++ b/scraper.py @@ -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 {