1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00

Fixed typo in docs/ref/migration-operations.txt.

This commit is contained in:
Viicos 2024-01-18 05:21:15 +01:00 committed by GitHub
parent 27a3eee721
commit 12c71bff83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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):