]> 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)
committerGitHub <noreply@github.com>
Sat, 4 Jun 2022 10:07:43 +0000 (12:07 +0200)
Leave off the last S for savings!

doc/build/orm/session_transaction.rst

index 26a74919751cc6352ae2edf069dd06f200d2bee5..e44f57e9d6f957507fc91d5d2d35b3c39c8fe9d2 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():