Skip to content

Commit 45deed6

Browse files
committed
Changed SqlAlchemy to SQLAlchemy to match how the project spells it.
1 parent 1ab25bc commit 45deed6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python-sqlite-sqlalchemy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python / SQLite /SqlAlchemy article
1+
# Python / SQLite /SQLAlchemy article
22

33
This repository contains the content and example code
44
for the Python / SQLite / SqlAclchemy article I'm writing

python-sqlite-sqlalchemy/project/examples/example_2/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def output_author_hierarchy(authors):
168168
def main():
169169
"""Main entry point of program"""
170170

171-
# Connect to the database using SqlAlchemy
171+
# Connect to the database using SQLAlchemy
172172
with resources.path(
173173
"project.data", "author_book_publisher.db"
174174
) as sqlite_filepath:

0 commit comments

Comments
 (0)