Skip to content

Commit ac2d65a

Browse files
authored
docs(groups): fix typo
Fixes python-gitlab#635
1 parent 7f09666 commit ac2d65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gl_objects/groups.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Update a group::
6262

6363
Remove a group::
6464

65-
gl.group.delete(group_id)
65+
gl.groups.delete(group_id)
6666
# or
6767
group.delete()
6868

0 commit comments

Comments
 (0)