[Twisted-Python] Twisted-1.0.4 - Typo in twisted/words/service.py
Francois Pinard
pinard at iro.umontreal.ca
Sun Apr 27 14:38:06 MDT 2003
Hi. Another nit. In Twisted-1.0.4/twisted/words/service.py, line 562:
---------------------------------------------------------------------->
raise KeyError("Pariticpant already exists: %s." % name)
----------------------------------------------------------------------<
should be written:
---------------------------------------------------------------------->
raise KeyError("Participant already exists: %s." % name)
----------------------------------------------------------------------<
P.S. - If there is an email address to use for such details, instead of the
mailing list, please tell me. As long as this is email, it's OK for me! :-)
--
François Pinard http://www.iro.umontreal.ca/~pinard
More information about the Twisted-Python
mailing list