Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo? #2

Closed
axil opened this issue Feb 13, 2012 · 1 comment
Closed

typo? #2

axil opened this issue Feb 13, 2012 · 1 comment

Comments

@axil
Copy link

axil commented Feb 13, 2012

diff --git a/aldjemy/table.py b/aldjemy/table.py
index 19047bb..b49279e 100644
--- a/aldjemy/table.py
+++ b/aldjemy/table.py
@@ -33,7 +33,7 @@ DATA_TYPES = {
     'FloatField':        simple(types.Float),
     'IntegerField':      simple(types.Integer),
     'BigIntegerField':   simple(types.BigInteger),
-    'IPAddressField':    lambda field: types.CHAR(lenght=15),
+    'IPAddressField':    lambda field: types.CHAR(length=15),
     'NullBooleanField':  simple(types.Boolean),
     'OneToOneField':     foreign_key,
     'ForeignKey':        foreign_key,
@Deepwalker
Copy link
Contributor

Tnx, fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants