From 4bde4baf27d95f3093f5b078d254f392d2c357fd 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! (cherry picked from commit 424e9e621205c1186e8f9f5009fb35babec31c0e) --- 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 6d7c4dd18e..ce370f2f0e 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.2