Skip to content

Commit a267984

Browse files
Update gitlab/v4/objects/users.py
Co-authored-by: John Villalovos <john@sodarock.com>
1 parent 7e78eb8 commit a267984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def reject(self, **kwargs: Any) -> Union[Dict[str, Any], requests.Response]:
311311
312312
Raises:
313313
GitlabAuthenticationError: If authentication is not correct
314-
GitlabUserReject: If the user could not be rejected
314+
GitlabUserRejectError: If the user could not be rejected
315315
316316
Returns:
317317
The new object data (*not* a RESTObject)

0 commit comments

Comments
 (0)