From 87b50f78f068c58addfb78b609238824536f3b03 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Fri, 24 Jul 2009 15:31:09 +0000 Subject: [PATCH] Fix small typos in docstring --- lib/sqlalchemy/orm/session.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sqlalchemy/orm/session.py b/lib/sqlalchemy/orm/session.py index a658783c2c..c010a217bd 100644 --- a/lib/sqlalchemy/orm/session.py +++ b/lib/sqlalchemy/orm/session.py @@ -638,9 +638,9 @@ class Session(object): If no transaction is in progress, this method is a pass-through. This method rolls back the current transaction or nested transaction - regardless of subtransactions being in effect. All subtrasactions up + regardless of subtransactions being in effect. All subtransactions up to the first real transaction are closed. Subtransactions occur when - begin() is called mulitple times. + begin() is called multiple times. """ if self.transaction is None: -- 2.47.2