xep_0202: Fix plugin_init docstring

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-04-06 13:44:05 +01:00
parent 1cdc656208
commit fde8264191
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -40,7 +40,7 @@ class XEP_0202(BasePlugin):
}
def plugin_init(self):
"""Start the XEP-0203 plugin."""
"""Start the XEP-0202 plugin."""
if not self.local_time:
def default_local_time(jid):