Skip to content

Commit 4975bcd

Browse files
committed
Fix typo.
1 parent 49701f2 commit 4975bcd

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

0 commit comments

Comments
 (0)