Browse Source

fix comment typo

Josh 11 năm trước cách đây
mục cha
commit
9ebb7ac0e1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.
 
     """