summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/session.py
diff options
context:
space:
mode:
authorNils Philippsen <nils@tiptoe.de>2015-12-08 23:38:11 +0100
committerNils Philippsen <nils@tiptoe.de>2015-12-08 23:47:00 +0100
commit7e6f3312333d09a051d01509d8c423708d3fbca3 (patch)
tree805759a6908546acc200103bcee69f8ef0f1225c /lib/sqlalchemy/orm/session.py
parentf4a1129e79e0cd938da3e7737b190f7f4db3ed63 (diff)
downloadsqlalchemy-pr/220.tar.gz
fix some typospr/220
Diffstat (limited to 'lib/sqlalchemy/orm/session.py')
-rw-r--r--lib/sqlalchemy/orm/session.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/session.py b/lib/sqlalchemy/orm/session.py
index f58e4de61..56513860a 100644
--- a/lib/sqlalchemy/orm/session.py
+++ b/lib/sqlalchemy/orm/session.py
@@ -694,7 +694,7 @@ class Session(_SessionClassMethods):
def info(self):
"""A user-modifiable dictionary.
- The initial value of this dictioanry can be populated using the
+ The initial value of this dictionary can be populated using the
``info`` argument to the :class:`.Session` constructor or
:class:`.sessionmaker` constructor or factory methods. The dictionary
here is always local to this :class:`.Session` and can be modified