]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo
authorGaëtan de Menten <gdementen@gmail.com>
Fri, 25 Apr 2008 12:31:47 +0000 (12:31 +0000)
committerGaëtan de Menten <gdementen@gmail.com>
Fri, 25 Apr 2008 12:31:47 +0000 (12:31 +0000)
lib/sqlalchemy/schema.py

index 8a44a718219a3f34938272840e96e2e53fa8a7c9..666d64d933aaec17458cfc919d24d0e98f3e317d 100644 (file)
@@ -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