Kaynağa Gözat

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

Viicos 1 yıl önce
ebeveyn
işleme
12c71bff83
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      docs/ref/migration-operations.txt

+ 1 - 1
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):