summaryrefslogtreecommitdiff
path: root/django/db/backends/schema.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/db/backends/schema.py')
-rw-r--r--django/db/backends/schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/backends/schema.py b/django/db/backends/schema.py
index 638ae08436..afc60c30b1 100644
--- a/django/db/backends/schema.py
+++ b/django/db/backends/schema.py
@@ -732,7 +732,7 @@ class BaseDatabaseSchemaEditor(object):
def _alter_column_type_sql(self, table, column, type):
"""
- Hook to specialise column type alteration for different backends,
+ Hook to specialize column type alteration for different backends,
for cases when a creation type is different to an alteration type
(e.g. SERIAL in PostgreSQL, PostGIS fields).