We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7d23f commit 646e445Copy full SHA for 646e445
docs/groups.rst
@@ -19,7 +19,7 @@ Create a group by constructing a Group instance with at least a name specified,
19
20
# Send the group for IO to create:
21
# The returned object will contain all the details about the created group.
22
- group = aio.create_group(group
+ group = aio.create_group(group)
23
24
25
Group Retrieval
0 commit comments