summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorViicos <65306057+Viicos@users.noreply.github.com>2024-01-18 05:21:15 +0100
committerGitHub <noreply@github.com>2024-01-18 05:21:15 +0100
commit12c71bff8300f5b1252dab099f4753dc86903fbd (patch)
tree968eefe0222f2134f58012be8ec68c88a516da0e /docs/ref
parent27a3eee72170f1eb994a213db985f42c6cf5f994 (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 3c39d27873..cd852f537d 100644
--- a/docs/ref/migration-operations.txt
+++ b/docs/ref/migration-operations.txt
@@ -532,7 +532,7 @@ structure of an ``Operation`` looks like this::
reversible = False
# This categorizes the operation. The corresponding symbol will be
- # display by the makemigrations command.
+ # displayed by the makemigrations command.
category = OperationCategory.ADDITION
def __init__(self, arg1, arg2):