Fixed duplicate code-block declaration

This commit is contained in:
Simon Willison 2022-02-03 11:03:51 -08:00 committed by GitHub
commit 06f1270edd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,8 +50,6 @@ def init_spatialite(db: Database, path: str) -> bool:
.. code-block:: python
.. code-block:: python
from sqlite_utils.gis import init_spatialite
db = Database("mydb.db")