diff --git a/docs/python-api.rst b/docs/python-api.rst index ac835d4..6efec95 100644 --- a/docs/python-api.rst +++ b/docs/python-api.rst @@ -424,7 +424,6 @@ The ``db.schema`` property returns the full SQL schema for the database as a str >>> db = sqlite_utils.Database("dogs.db") >>> print(db.schema) - >>> print(db.schema) CREATE TABLE "dogs" ( [id] INTEGER PRIMARY KEY, [name] TEXT