Skip to content

Commit

Permalink
Fixed typo in docs/ref/migration-operations.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Jan 18, 2024
1 parent 27a3eee commit 12c71bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/migration-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 12c71bf

Please sign in to comment.