summaryrefslogtreecommitdiff
path: root/django/db/migrations/loader.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/db/migrations/loader.py')
-rw-r--r--django/db/migrations/loader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/migrations/loader.py b/django/db/migrations/loader.py
index d00e2e2df2..7096ee9578 100644
--- a/django/db/migrations/loader.py
+++ b/django/db/migrations/loader.py
@@ -23,7 +23,7 @@ class MigrationLoader(object):
an app. Their names are entirely unimportant from a code perspective,
but will probably follow the 1234_name.py convention.
- On initialisation, this class will scan those directories, and open and
+ On initialization, this class will scan those directories, and open and
read the python files, looking for a class called Migration, which should
inherit from django.db.migrations.Migration. See
django.db.migrations.migration for what that looks like.