We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab25bc commit 45deed6Copy full SHA for 45deed6
python-sqlite-sqlalchemy/README.md
@@ -1,4 +1,4 @@
1
-# Python / SQLite /SqlAlchemy article
+# Python / SQLite /SQLAlchemy article
2
3
This repository contains the content and example code
4
for the Python / SQLite / SqlAclchemy article I'm writing
python-sqlite-sqlalchemy/project/examples/example_2/main.py
@@ -168,7 +168,7 @@ def output_author_hierarchy(authors):
168
def main():
169
"""Main entry point of program"""
170
171
- # Connect to the database using SqlAlchemy
+ # Connect to the database using SQLAlchemy
172
with resources.path(
173
"project.data", "author_book_publisher.db"
174
) as sqlite_filepath:
0 commit comments