diff options
author | Diana Clarke <diana.joan.clarke@gmail.com> | 2011-02-28 13:17:46 -0500 |
---|---|---|
committer | Diana Clarke <diana.joan.clarke@gmail.com> | 2011-02-28 13:17:46 -0500 |
commit | 13242f766eb5063a789937e2d56089207426dba0 (patch) | |
tree | 4a599c8e3ce5a887581bbe6b1fb178a696d38827 /lib/sqlalchemy/sql/util.py | |
parent | 62c545108d97ebe98731204b1de90e9abe2025b7 (diff) | |
download | sqlalchemy-13242f766eb5063a789937e2d56089207426dba0.tar.gz |
corrected a bunch of spelling typos
Diffstat (limited to 'lib/sqlalchemy/sql/util.py')
-rw-r--r-- | lib/sqlalchemy/sql/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/util.py b/lib/sqlalchemy/sql/util.py index 331f74b7c..853ec9c5f 100644 --- a/lib/sqlalchemy/sql/util.py +++ b/lib/sqlalchemy/sql/util.py @@ -340,7 +340,7 @@ class Annotated(object): # detect immutable, don't change anything return self else: - # update the clone with any changes that have occured + # update the clone with any changes that have occurred # to this object's __dict__. clone.__dict__.update(self.__dict__) return Annotated(clone, self._annotations) |