From: Gaƫtan de Menten Date: Fri, 25 Apr 2008 12:31:47 +0000 (+0000) Subject: typo X-Git-Tag: rel_0_5beta1~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b24f982a90253795fcd8312f22b62e398a9c2bb0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo --- diff --git a/lib/sqlalchemy/schema.py b/lib/sqlalchemy/schema.py index 8a44a71821..666d64d933 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