Skip to content

Commit 53ddfa4

Browse files
committed
Fix typo.
1 parent 80101d4 commit 53ddfa4

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
@@ -122,7 +122,7 @@ def data():
122122
def search(
123123
self, scope: str, search: str, **kwargs: Any
124124
) -> Union[gitlab.GitlabList, List[Dict[str, Any]]]:
125-
"""Search the group resources matching the provided string.'
125+
"""Search the group resources matching the provided string.
126126
127127
Args:
128128
scope: Scope of the search

0 commit comments

Comments
 (0)