diff options
Diffstat (limited to 'gitlab/v4/objects.py')
-rw-r--r-- | gitlab/v4/objects.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index 65134db..2def952 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -1981,8 +1981,8 @@ class ProjectLabelManager(ListMixin, CreateMixin, UpdateMixin, DeleteMixin, **kwargs: Extra options to send to the Gitlab server (e.g. sudo) Raises: - GitlabAuthenticationError: If authentication is not correct. - GitlabDeleteError: If the server cannot perform the request. + GitlabAuthenticationError: If authentication is not correct + GitlabDeleteError: If the server cannot perform the request """ self.gitlab.http_delete(self.path, query_data={'name': name}, **kwargs) |