瀏覽代碼

Corrected a typo in signals reference.

Adam Zapletal 2 年之前
父節點
當前提交
5322b57f56
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/ref/signals.txt

+ 1 - 1
docs/ref/signals.txt

@@ -391,7 +391,7 @@ Argument        Value
 .. data:: django.db.models.signals.class_prepared
    :module:
 
-Sent whenever a model class has been "prepared" -- that is, once model has
+Sent whenever a model class has been "prepared" -- that is, once a model has
 been defined and registered with Django's model system. Django uses this
 signal internally; it's not generally used in third-party applications.