소스 검색

Removed extra p (topppings->toppings)

Brett Koonce 11 년 전
부모
커밋
946a2226ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/ref/signals.txt

+ 1 - 1
docs/ref/signals.txt

@@ -284,7 +284,7 @@ and then did something like this::
     >>> t = Topping.objects.create(...)
     >>> p.toppings.add(t)
 
-the arguments sent to a :data:`m2m_changed` handler (``topppings_changed`` in
+the arguments sent to a :data:`m2m_changed` handler (``toppings_changed`` in
 the example above) would be:
 
 ==============  ============================================================