Skip to content

Commit f3fc30c

Browse files
authored
Merge pull request #117 from phord/patch-1
Fix syntax error in Groups documentation
2 parents 0c0c2c7 + 646e445 commit f3fc30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/groups.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Create a group by constructing a Group instance with at least a name specified,
1919
2020
# Send the group for IO to create:
2121
# The returned object will contain all the details about the created group.
22-
group = aio.create_group(group
22+
group = aio.create_group(group)
2323
2424
2525
Group Retrieval

0 commit comments

Comments
 (0)