瀏覽代碼

Fixed typo in docs/ref/signals.txt.

Gil Forcada Codinachs 5 年之前
父節點
當前提交
632d7bbd3d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/ref/signals.txt

+ 1 - 1
docs/ref/signals.txt

@@ -29,7 +29,7 @@ model system.
     override in your own code.
     override in your own code.
 
 
     If you override these methods on your model, you must call the parent class'
     If you override these methods on your model, you must call the parent class'
-    methods for this signals to be sent.
+    methods for these signals to be sent.
 
 
     Note also that Django stores signal handlers as weak references by default,
     Note also that Django stores signal handlers as weak references by default,
     so if your handler is a local function, it may be garbage collected.  To
     so if your handler is a local function, it may be garbage collected.  To