summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJozef <knaperek@users.noreply.github.com>2019-01-02 23:56:25 +0100
committerTim Graham <timograham@gmail.com>2019-01-02 17:56:25 -0500
commit5bbf31634faad13658dc7bcaeb8139d8625e4349 (patch)
treea724cc38102f40763c2eb5ff2bf3f06ef247e779 /docs/ref
parente4a714b259125423059b9f65f5e0ab70d78521ba (diff)
Fixed typo in docs/ref/migration-operations.txt.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/migration-operations.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/migration-operations.txt b/docs/ref/migration-operations.txt
index 2aaabab720..d84fee2ade 100644
--- a/docs/ref/migration-operations.txt
+++ b/docs/ref/migration-operations.txt
@@ -413,7 +413,7 @@ if ``atomic=True`` is passed to the ``RunPython`` operation.
A highly specialized operation that let you mix and match the database
(schema-changing) and state (autodetector-powering) aspects of operations.
-It accepts two list of operations, and when asked to apply state will use the
+It accepts two lists of operations, and when asked to apply state will use the
state list, and when asked to apply changes to the database will use the database
list. Do not use this operation unless you're very sure you know what you're doing.