X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8fb9795d04aec07ae9d30e6a53b59403c119729f..d4f3eda3145539aa2516da2b8e80bb54b3227e95:/test/bdd/steps/geometry_factory.py?ds=sidebyside diff --git a/test/bdd/steps/geometry_factory.py b/test/bdd/steps/geometry_factory.py index a8fda5ff..19c0406c 100644 --- a/test/bdd/steps/geometry_factory.py +++ b/test/bdd/steps/geometry_factory.py @@ -21,7 +21,7 @@ class GeometryFactory: The function understands the following formats: country: - Point geoemtry guaranteed to be in the given country + Point geometry guaranteed to be in the given country

Point geometry

,...,

@@ -50,7 +50,7 @@ class GeometryFactory: def mk_wkt_point(self, point): """ Parse a point description. - The point may either consist of 'x y' cooordinates or a number + The point may either consist of 'x y' coordinates or a number that refers to a grid setup. """ geom = point.strip()