From 3f30257b44eff37eaa0fbf2a98ce7f01f3de5948 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Fri, 5 Jan 2018 19:43:07 +0100 Subject: [PATCH] Fix spelling in deep_detect --- flatisfy/filters/duplicates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatisfy/filters/duplicates.py b/flatisfy/filters/duplicates.py index ae23066..8a32022 100644 --- a/flatisfy/filters/duplicates.py +++ b/flatisfy/filters/duplicates.py @@ -239,7 +239,7 @@ def deep_detect(flats_list, config): flat2_phone = homogeneize_phone_number(flat2["phone"]) if flat1_phone and flat2_phone: assert flat1_phone == flat2_phone - n_common_items += 10 # Counts much more that the rest + n_common_items += 10 # Counts much more than the rest # They should have at least one photo in common if there # are some photos