mirror of https://github.com/scrapy/scrapy.git
fix typo in module description. closes #112
This commit is contained in:
parent
4f28ffcb2c
commit
02833e3265
|
|
@ -1,4 +1,4 @@
|
|||
"""Helper functinos for working with signals"""
|
||||
"""Helper functions for working with signals"""
|
||||
|
||||
from twisted.internet.defer import maybeDeferred, DeferredList, Deferred
|
||||
from twisted.python.failure import Failure
|
||||
|
|
|
|||
Loading…
Reference in New Issue