From 79caf2bd5f67ecb70ccbe6593328d6b96680dc09 Mon Sep 17 00:00:00 2001 From: Kelvin Hammond Date: Sun, 12 Jan 2014 08:51:47 -0600 Subject: [PATCH] Fixed Typo for URLType --- sqlalchemy_utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index cd71907..b6afde6 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -101,7 +101,7 @@ __all__ = ( ScalarListType, TimezoneType, TSVectorType, - URLType + URLType, UUIDType, database_exists, create_database,