소스 검색

Fixed typo in docs/topics/signals.txt.

Daniel Musketa 8 년 전
부모
커밋
b5ef90192f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/topics/signals.txt

+ 1 - 1
docs/topics/signals.txt

@@ -186,7 +186,7 @@ Preventing duplicate signals
 
 In some circumstances, the code connecting receivers to signals may run
 multiple times. This can cause your receiver function to be registered more
-than once, and thus called multiples times for a single signal event.
+than once, and thus called multiple times for a single signal event.
 
 If this behavior is problematic (such as when using signals to
 send an email whenever a model is saved), pass a unique identifier as