]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
docs: spelling error (#8088)
authorGalen Rice <griceturrble@protonmail.com>
Sat, 4 Jun 2022 10:07:43 +0000 (06:07 -0400)
committerFederico Caselli <cfederico87@gmail.com>
Sat, 4 Jun 2022 10:08:27 +0000 (12:08 +0200)
Leave off the last S for savings!

(cherry picked from commit 424e9e621205c1186e8f9f5009fb35babec31c0e)

doc/build/orm/session_transaction.rst

index 6d7c4dd18ed75ea4e898e73fcb31b05c964a9de6..ce370f2f0eb6e01f49b1c8fb39b43784ed9f7d4c 100644 (file)
@@ -106,7 +106,7 @@ first::
 
 Similarly, the :class:`_orm.sessionmaker` can be used in the same way::
 
-    Session = sesssionmaker(engine)
+    Session = sessionmaker(engine)
 
     with Session() as session:
         with session.begin():