# HG changeset patch # User Goffi # Date 1473458072 -7200 # Node ID b4db946ddc89040dd61c80ad2d81ab5bf3f0c1f2 # Parent a52a6ed7d48fb727357add2362d164805be2f88c plugin XEP-0045: minor docstring fix diff -r a52a6ed7d48f -r b4db946ddc89 src/plugins/plugin_xep_0045.py --- a/src/plugins/plugin_xep_0045.py Mon Aug 29 01:21:47 2016 +0200 +++ b/src/plugins/plugin_xep_0045.py Fri Sep 09 23:54:32 2016 +0200 @@ -392,7 +392,7 @@ def _join(self, room_jid_s, nick, options, profile_key=C.PROF_KEY_NONE): """join method used by bridge - @return: unicode (the room bare) + @return (unicode): room bare jid """ client = self.host.getClient(profile_key) if room_jid_s: