diff options
| author | Noenglish Professorbut <noenglishprofessorbut@gmail.com> | 2016-03-11 17:17:01 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-12 08:45:06 -0500 |
| commit | f8d20da0479b88db5bb5a2a30fa769cbf6d0a5bf (patch) | |
| tree | e4ce581e898b59963a596dcc625d035e1044db71 /django/db | |
| parent | 9027fac8414c30db640c4592ee083f12bb8ee5a6 (diff) | |
Fixed a few docstring typos.
Diffstat (limited to 'django/db')
| -rw-r--r-- | django/db/migrations/autodetector.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) """ |
