소스 검색

Merge pull request #1832 from kaizoku/comment_typo

fix comment typo
Ionel Cristian Mărieș 11 년 전
부모
커밋
32331cf159
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      celery/utils/dispatch/signal.py

+ 1 - 1
celery/utils/dispatch/signal.py

@@ -23,7 +23,7 @@ class Signal(object):  # pragma: no cover
 
     .. attribute:: receivers
         Internal attribute, holds a dictionary of
-        `{receriverkey (id): weakref(receiver)}` mappings.
+        `{receiverkey (id): weakref(receiver)}` mappings.
 
     """