Fix syntax error in Groups documentation

This commit is contained in:
Phil Hord 2020-06-05 14:27:15 -07:00 committed by GitHub
parent 7f7d23f67a
commit 646e445a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ Create a group by constructing a Group instance with at least a name specified,
# Send the group for IO to create:
# The returned object will contain all the details about the created group.
group = aio.create_group(group
group = aio.create_group(group)
Group Retrieval