summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Wiebalck <Arne.Wiebalck@cern.ch>2021-12-09 10:01:22 +0100
committerArne Wiebalck <Arne.Wiebalck@cern.ch>2021-12-09 10:01:22 +0100
commite88e601f925677d3faeadc6851dd28a0b8ec630f (patch)
tree72ae284cb197034c41328cc57afbd9a6aeaec48b
parent47c4d56e446a49726e7145c6cbc3bb7620a431f7 (diff)
downloadtooz-e88e601f925677d3faeadc6851dd28a0b8ec630f.tar.gz
Fix docstring for get_members()2.10.1
Add 'asynchronously', fix a typo, and correct a copy and paste error. Change-Id: Ib11562fe3398fe5faeba0477994513f674ee5bd6
-rw-r--r--tooz/coordination.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tooz/coordination.py b/tooz/coordination.py
index d5ac941..3220c04 100644
--- a/tooz/coordination.py
+++ b/tooz/coordination.py
@@ -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