summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/mutable.py
diff options
context:
space:
mode:
authorDiana Clarke <diana.joan.clarke@gmail.com>2011-02-28 13:17:46 -0500
committerDiana Clarke <diana.joan.clarke@gmail.com>2011-02-28 13:17:46 -0500
commit13242f766eb5063a789937e2d56089207426dba0 (patch)
tree4a599c8e3ce5a887581bbe6b1fb178a696d38827 /lib/sqlalchemy/ext/mutable.py
parent62c545108d97ebe98731204b1de90e9abe2025b7 (diff)
downloadsqlalchemy-13242f766eb5063a789937e2d56089207426dba0.tar.gz
corrected a bunch of spelling typos
Diffstat (limited to 'lib/sqlalchemy/ext/mutable.py')
-rw-r--r--lib/sqlalchemy/ext/mutable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/ext/mutable.py b/lib/sqlalchemy/ext/mutable.py
index 594e664fb..c3bb2b9f7 100644
--- a/lib/sqlalchemy/ext/mutable.py
+++ b/lib/sqlalchemy/ext/mutable.py
@@ -465,7 +465,7 @@ class Mutable(MutableBase):
is given, and that only columns which are declared specifically with that
type instance receive additional instrumentation.
- To associate a particular mutable type with all occurences of a
+ To associate a particular mutable type with all occurrences of a
particular type, use the :meth:`.Mutable.associate_with` classmethod
of the particular :meth:`.Mutable` subclass to establish a global
assoiation.