mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ejabberd_user: Fix class documentation (#8054)
This commit is contained in:
parent
74c15c1241
commit
a50329d0d5
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class EjabberdUser(object):
|
||||||
object manages user creation and deletion using ejabberdctl. The following
|
object manages user creation and deletion using ejabberdctl. The following
|
||||||
commands are currently supported:
|
commands are currently supported:
|
||||||
* ejabberdctl register
|
* ejabberdctl register
|
||||||
* ejabberdctl deregister
|
* ejabberdctl unregister
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, module):
|
def __init__(self, module):
|
||||||
|
|
Loading…
Reference in a new issue