diff --git a/sqlite_utils/utils.py b/sqlite_utils/utils.py index b719b01..e3386d8 100644 --- a/sqlite_utils/utils.py +++ b/sqlite_utils/utils.py @@ -31,7 +31,8 @@ SPATIALITE_PATHS = ( def find_spatialite() -> Optional[str]: """ - The ``find_spatialite()`` function searches for the `SpatiaLite `__ SQLite extension in some common places. It returns a string path to the location, or ``None`` if SpatiaLite was not found. + The ``find_spatialite()`` function searches for the `SpatiaLite `__ + SQLite extension in some common places. It returns a string path to the location, or ``None`` if SpatiaLite was not found. You can use it in code like this: