Skip to content

Commit

Permalink
Fix accidental mega long line in docs (#158)
Browse files Browse the repository at this point in the history
Thanks @tomviner
  • Loading branch information
tomviner committed Sep 16, 2020
1 parent 367082e commit 7805d53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/python-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7805d53

Please sign in to comment.