Explorar o código

Merge pull request #1832 from kaizoku/comment_typo

fix comment typo
Ionel Cristian Mărieș %!s(int64=11) %!d(string=hai) anos
pai
achega
32331cf159
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.
 
     """