mirror of https://github.com/django/django.git
Fixed typo in docs/ref/migration-operations.txt.
This commit is contained in:
parent
27a3eee721
commit
12c71bff83
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue