Skip to content

Commit

Permalink
use a consistent database name in both examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho authored and zx80 committed Aug 8, 2022
1 parent 1f731c2 commit 68e921c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ application:
queries = aiosql.from_path("greetings.sql", "sqlite3")
with sqlite3.connect("myapp.db") as conn:
with sqlite3.connect("greetings.db") as conn:
user = queries.get_user_by_username(conn, username="willvaughn")
# user: (1, "willvaughn", "William")
Expand Down

0 comments on commit 68e921c

Please sign in to comment.