Fix docstring for get_members()

Add 'asynchronously', fix a typo, and correct a copy and paste error.

Change-Id: Ib11562fe3398fe5faeba0477994513f674ee5bd6
This commit is contained in:
Arne Wiebalck 2021-12-09 10:01:22 +01:00
parent 47c4d56e44
commit e88e601f92
1 changed files with 2 additions and 2 deletions

View File

@ -548,9 +548,9 @@ class CoordinationDriver(object):
@staticmethod
def get_members(group_id):
"""Return the set of all members ids of the specified group.
"""Return the set of all member ids of a group asynchronously.
:returns: set of all created group ids
:returns: set of all member ids in the specified group
:rtype: CoordAsyncResult
"""
raise tooz.NotImplemented