From 424e9e621205c1186e8f9f5009fb35babec31c0e Mon Sep 17 00:00:00 2001 From: Galen Rice Date: Sat, 4 Jun 2022 06:07:43 -0400 Subject: [PATCH] docs: spelling error (#8088) Leave off the last S for savings! --- doc/build/orm/session_transaction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/session_transaction.rst b/doc/build/orm/session_transaction.rst index 26a7491975..e44f57e9d6 100644 --- a/doc/build/orm/session_transaction.rst +++ b/doc/build/orm/session_transaction.rst @@ -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(): -- 2.47.3