From 13242f766eb5063a789937e2d56089207426dba0 Mon Sep 17 00:00:00 2001 From: Diana Clarke Date: Mon, 28 Feb 2011 13:17:46 -0500 Subject: corrected a bunch of spelling typos --- lib/sqlalchemy/ext/mutable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/ext/mutable.py') 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. -- cgit v1.2.1