fix typo in module description. closes #112

This commit is contained in:
Daniel Graña 2012-04-11 10:44:31 -03:00
parent 4f28ffcb2c
commit 02833e3265
1 changed files with 1 additions and 1 deletions

View File

@ -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