Skip to content

Commit a4456be

Browse files
committed
fix(groups): fixing comment in list_ldap_group_links
1 parent 828a3cd commit a4456be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects/groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def delete_ldap_group_link(
197197
@cli.register_custom_action("Group")
198198
@exc.on_http_error(exc.GitlabGetError)
199199
def list_ldap_group_links(self, **kwargs):
200-
"""Add an LDAP group link.
200+
"""List LDAP group links.
201201
202202
Args:
203203
**kwargs: Extra options to send to the server (e.g. sudo)

0 commit comments

Comments
 (0)