Fixed typo in XEP-0033 plugin.

This commit is contained in:
Lance Stout 2010-10-01 21:25:27 -04:00
parent 9a34c9a9a1
commit 433c147627

View file

@ -145,7 +145,7 @@ class Address(ElementBase):
del self.xml.attrib['uri']
class xep_0030(base.base_plugin):
class xep_0033(base.base_plugin):
"""
XEP-0033: Extended Stanza Addressing
"""