X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e6775e713c2a1c009f7a01fad674a545e0e6bb39..17bbe2637a32e93b19ff887a896bf1b444cd9792:/nominatim/db/properties.py diff --git a/nominatim/db/properties.py b/nominatim/db/properties.py index 9dac2053..3624c950 100644 --- a/nominatim/db/properties.py +++ b/nominatim/db/properties.py @@ -28,7 +28,7 @@ def set_property(conn: Connection, name: str, value: str) -> None: def get_property(conn: Connection, name: str) -> Optional[str]: - """ Return the current value of the given propery or None if the property + """ Return the current value of the given property or None if the property is not set. """ if not conn.table_exists('nominatim_properties'):