From f8d20da0479b88db5bb5a2a30fa769cbf6d0a5bf Mon Sep 17 00:00:00 2001 From: Noenglish Professorbut Date: Fri, 11 Mar 2016 17:17:01 -0800 Subject: Fixed a few docstring typos. --- django/db/migrations/autodetector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/db') diff --git a/django/db/migrations/autodetector.py b/django/db/migrations/autodetector.py index f28c89cc09..d5b2666575 100644 --- a/django/db/migrations/autodetector.py +++ b/django/db/migrations/autodetector.py @@ -38,7 +38,7 @@ class MigrationAutodetector(object): def changes(self, graph, trim_to_apps=None, convert_apps=None, migration_name=None): """ - Main entry point to produce a list of appliable changes. + Main entry point to produce a list of applicable changes. Takes a graph to base names on and an optional set of apps to try and restrict to (restriction is not guaranteed) """ -- cgit v1.3