Skip to content

Commit 29dbb1b

Browse files
committed
Updated the documentation
1 parent c67ea42 commit 29dbb1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Insert the following books into the database:
7272
INSERT INTO book (title) VALUES ('The Children of Húrin');
7373
COMMIT;
7474

75-
---
75+
----
7676

7777
Update the title of the book 'The Lord of Rings' to 'The Lord of the Rings':
7878

@@ -84,7 +84,7 @@ Update the title of the book 'The Lord of Rings' to 'The Lord of the Rings':
8484
WHERE title = 'The Lord of Rings';
8585
COMMIT;
8686

87-
---
87+
----
8888

8989
**Book.query.all()**
9090

@@ -95,7 +95,7 @@ Search for all books:
9595

9696
SELECT * FROM book;
9797

98-
---
98+
----
9999

100100
**Book.query.filter_by(title=old_title).first()**:
101101

docs/_static/bookmanager.png

428 Bytes
Loading

0 commit comments

Comments
 (0)