From 7d9d597863560490754f0aaab4e1efa11c718b75 Mon Sep 17 00:00:00 2001 From: James Albert Date: Sun, 8 Sep 2019 13:37:05 -0700 Subject: [PATCH] fixed typo gettting -> getting --- tiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiler.py b/tiler.py index cf38493..5e66aa3 100644 --- a/tiler.py +++ b/tiler.py @@ -145,7 +145,7 @@ def most_similar_tile(box_mode_freq, tiles): # builds the boxes and finds the best tile for each one def get_processed_image_boxes(image_path, tiles): - print('Gettting and processing boxes') + print('Getting and processing boxes') img = read_image(image_path) pool = Pool(POOL_SIZE) all_boxes = []