Fix accidental mega long line in docs (#158)

Thanks @tomviner
This commit is contained in:
Tom V 2020-09-16 07:21:42 +01:00 committed by GitHub
commit 7805d53bcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -431,7 +431,8 @@ Here's an example that uses these features:
# Outputs:
# [{'id': 1, 'name': 'Sally', 'score': 2},
# {'id': 3, 'name': 'Dharma', 'score': 1}]
print(db["authors"].schema) # Outputs:
print(db["authors"].schema)
# Outputs:
# CREATE TABLE [authors] (
# [id] INTEGER PRIMARY KEY,
# [name] TEXT NOT NULL,