mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Fixed duplicated example
This commit is contained in:
parent
6663d28952
commit
feb01c1ddd
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue