浏览代码

fix comment typo

Josh 11 年之前
父节点
当前提交
9ebb7ac0e1
共有 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
     .. attribute:: receivers
         Internal attribute, holds a dictionary of
         Internal attribute, holds a dictionary of
-        `{receriverkey (id): weakref(receiver)}` mappings.
+        `{receiverkey (id): weakref(receiver)}` mappings.
 
 
     """
     """