]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
then fix the typos
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jan 2011 22:23:07 +0000 (17:23 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jan 2011 22:23:07 +0000 (17:23 -0500)
lib/sqlalchemy/orm/session.py

index 9e3e2b78fc25816445ba83f16e5bd62093fc9781..ea62bd42f69c56da33a23b3683f4f2c7117874d5 100644 (file)
@@ -636,12 +636,12 @@ class Session(object):
         :class:`.Session` object's transactional state.
 
         If this :class:`.Session` is configured with ``autocommit=False``,
-        either the :class:`.Connection` correspoinding to the current transaction
+        either the :class:`.Connection` corresponding to the current transaction
         is returned, or if no transaction is in progress, a new one is begun
         and the :class:`.Connection` returned.
         
         Alternatively, if this :class:`.Session` is configured with ``autocommit=True``,
-        an ad-hoc :class:`.Connection` is returned using the :meth:`.Engine.contextual_connect` 
+        an ad-hoc :class:`.Connection` is returned using :meth:`.Engine.contextual_connect` 
         on the underlying :class:`.Engine`.
 
         Ambiguity in multi-bind or unbound :class:`.Session` objects can be resolved through