summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
diff options
context:
space:
mode:
authorGaëtan de Menten <gdementen@gmail.com>2008-04-25 12:31:47 +0000
committerGaëtan de Menten <gdementen@gmail.com>2008-04-25 12:31:47 +0000
commitb24f982a90253795fcd8312f22b62e398a9c2bb0 (patch)
tree868b48f6d3060f416a7cc6531175db8015a493d7 /lib/sqlalchemy/schema.py
parentc2fd90a4d42aa17a0074284b7273fea38177c2d2 (diff)
downloadsqlalchemy-b24f982a90253795fcd8312f22b62e398a9c2bb0.tar.gz
typo
Diffstat (limited to 'lib/sqlalchemy/schema.py')
-rw-r--r--lib/sqlalchemy/schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/schema.py b/lib/sqlalchemy/schema.py
index 8a44a7182..666d64d93 100644
--- a/lib/sqlalchemy/schema.py
+++ b/lib/sqlalchemy/schema.py
@@ -805,7 +805,7 @@ class ForeignKey(SchemaItem):
else:
self._column = self._colspec
- # propigate TypeEngine to parent if it didnt have one
+ # propagate TypeEngine to parent if it didn't have one
if isinstance(self.parent.type, types.NullType):
self.parent.type = self._column.type
return self._column