]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix some typos
authorNils Philippsen <nils@tiptoe.de>
Tue, 8 Dec 2015 22:38:11 +0000 (23:38 +0100)
committerNils Philippsen <nils@tiptoe.de>
Tue, 8 Dec 2015 22:47:00 +0000 (23:47 +0100)
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/session.py

index c13cb5a445a223cc836114dfd15124213440190f..5b0cbfdad2c095ac473cf935b629f6dbacc1a3bb 100644 (file)
@@ -1950,7 +1950,7 @@ class AttributeEvents(event.Events):
 
         and also during replace operations::
 
-            u1.addresess = [a2, a3]  #  <- new collection
+            u1.addresses = [a2, a3]  #  <- new collection
 
         :param target: the object instance receiving the event.
          If the listener is registered with ``raw=True``, this will
index f58e4de61d3ebf714cb10c919376417e3d94a619..56513860a92f1e92203c48d57d669aa6e3e8bdbf 100644 (file)
@@ -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