From feb01c1ddd2ba0a3c01518b6856520470d649bae Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 30 Jan 2022 07:22:39 -0800 Subject: [PATCH] Fixed duplicated example --- docs/python-api.rst | 1 - 1 file changed, 1 deletion(-) 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