diff options
| author | jazzzooo <38244149+jazzzooo@users.noreply.github.com> | 2023-09-15 00:53:03 -0700 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-09-18 16:20:27 +0200 |
| commit | 223b3487c38a2390ad936943266a44da9cbb810a (patch) | |
| tree | 6dde6498a4c37731427715d01b6314b09be52897 /searx/engines/wikidata.py | |
| parent | a9b6963971327605db1509795be7795dc7401f3f (diff) | |
[fix] spelling
Diffstat (limited to 'searx/engines/wikidata.py')
| -rw-r--r-- | searx/engines/wikidata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/wikidata.py b/searx/engines/wikidata.py index 34d408158..5779daa0b 100644 --- a/searx/engines/wikidata.py +++ b/searx/engines/wikidata.py @@ -287,7 +287,7 @@ def get_results(attribute_result, attributes, language): elif attribute_type == WDGeoAttribute: # geocoordinate link # use the area to get the OSM zoom - # Note: ignre the unit (must be km² otherwise the calculation is wrong) + # Note: ignore the unit (must be km² otherwise the calculation is wrong) # Should use normalized value p:P2046/psn:P2046/wikibase:quantityAmount area = attribute_result.get('P2046') osm_zoom = area_to_osm_zoom(area) if area else 19 |