mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-19 06:54:25 +02:00
Fixed duplicate code-block declaration
This commit is contained in:
parent
b58c9c7e88
commit
06f1270edd
1 changed files with 0 additions and 2 deletions
|
|
@ -50,8 +50,6 @@ def init_spatialite(db: Database, path: str) -> bool:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
.. code-block:: python
|
|
||||||
|
|
||||||
from sqlite_utils.gis import init_spatialite
|
from sqlite_utils.gis import init_spatialite
|
||||||
|
|
||||||
db = Database("mydb.db")
|
db = Database("mydb.db")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue