From: Galen Rice Date: Sat, 4 Jun 2022 10:07:43 +0000 (-0400) Subject: docs: spelling error (#8088) X-Git-Tag: rel_2_0_0b1~269 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=424e9e621205c1186e8f9f5009fb35babec31c0e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git docs: spelling error (#8088) Leave off the last S for savings! --- 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():