Fix syntax error in Groups documentation
This commit is contained in:
parent
7f7d23f67a
commit
646e445a12
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue