]> 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)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Dec 2015 19:25:20 +0000 (14:25 -0500)
(cherry picked from commit 7e6f3312333d09a051d01509d8c423708d3fbca3)

lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/session.py

index c83a015d5a77d62daf5d5e1e2cce51a2604bda2b..b9dc0b9b5b0631f8df7a6e5bfaa85f1b857449bc 100644 (file)
@@ -1710,7 +1710,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 17808e66bacec79ca3d3434a17df9c30211fedd2..fb14191ce909465b48a9df6c6adf9a80a024ec2e 100644 (file)
@@ -703,7 +703,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