diff options
| author | Gaëtan de Menten <gdementen@gmail.com> | 2008-04-25 12:31:47 +0000 |
|---|---|---|
| committer | Gaëtan de Menten <gdementen@gmail.com> | 2008-04-25 12:31:47 +0000 |
| commit | b24f982a90253795fcd8312f22b62e398a9c2bb0 (patch) | |
| tree | 868b48f6d3060f416a7cc6531175db8015a493d7 /lib | |
| parent | c2fd90a4d42aa17a0074284b7273fea38177c2d2 (diff) | |
| download | sqlalchemy-b24f982a90253795fcd8312f22b62e398a9c2bb0.tar.gz | |
typo
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sqlalchemy/schema.py | 2 |
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 |
