mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-25 03:14:30 +02:00
Fix my spelling
This commit is contained in:
parent
0df57367e9
commit
dc8f3c7cde
1 changed files with 2 additions and 2 deletions
|
|
@ -32,11 +32,11 @@ def find_spatialite() -> str:
|
||||||
|
|
||||||
def init_spatialite(db: Database, path: str) -> bool:
|
def init_spatialite(db: Database, path: str) -> bool:
|
||||||
"""
|
"""
|
||||||
The ``init_spatialite`` function will load and initalize the Spatialite extension.
|
The ``init_spatialite`` function will load and initialize the Spatialite extension.
|
||||||
The ``path`` argument should be an absolute path to the compiled extension, which
|
The ``path`` argument should be an absolute path to the compiled extension, which
|
||||||
can be found using ``find_spatialite``.
|
can be found using ``find_spatialite``.
|
||||||
|
|
||||||
Returns true if Spatialite was successfully initalized.
|
Returns true if Spatialite was successfully initialized.
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue