From: Matthew McLeod Date: Fri, 5 Apr 2019 12:22:33 +0000 (+0100) Subject: :memo: Fix typo in SQL tutorial (#138) X-Git-Tag: 0.12.1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50653e205f6c93bd54030f018ff2ee7a69af2e46;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Fix typo in SQL tutorial (#138) --- diff --git a/docs/tutorial/sql-databases.md b/docs/tutorial/sql-databases.md index 41e6eb4f46..bf2b86fb93 100644 --- a/docs/tutorial/sql-databases.md +++ b/docs/tutorial/sql-databases.md @@ -86,7 +86,7 @@ This object (class) is not a connection to the database yet, but once we create We name it `SessionLocal` to distinguish it form the `Session` we are importing from SQLAlchemy. -We will use `Session` to declare types later and getter better editor support and completion. +We will use `Session` to declare types later and to get better editor support and completion. For now, create the `SessionLocal`: