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