diff options
-rw-r--r-- | slixmpp/plugins/xep_0202/time.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0202/time.py b/slixmpp/plugins/xep_0202/time.py index 05df6374..e7e117a4 100644 --- a/slixmpp/plugins/xep_0202/time.py +++ b/slixmpp/plugins/xep_0202/time.py @@ -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): |