From c784b30967bb8b4a8d37fd717d22f7fe0e728be6 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Sun, 4 Aug 2024 22:31:16 +0200 Subject: [PATCH] fix typo --- osm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm.py b/osm.py index b34519b..fa873c8 100644 --- a/osm.py +++ b/osm.py @@ -188,7 +188,7 @@ class OsmSearcher: # use results from overpass, but if they do not exist, # fall back to the nominatim result. we can get away - # with this because we're not diggin through the + # with this because we're not digging through the # objects themselves (as long as they have lat/lon, we # are good). things_nearby = (overpass_result ['elements']