Mercurial > libervia-backend
changeset 2058:b4db946ddc89
plugin XEP-0045: minor docstring fix
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 09 Sep 2016 23:54:32 +0200 |
parents | a52a6ed7d48f |
children | 9dd76a5b63ba |
files | src/plugins/plugin_xep_0045.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: