summaryrefslogtreecommitdiff
path: root/gitlab/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/client.py')
-rw-r--r--gitlab/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/client.py b/gitlab/client.py
index c0dc489..d19acfb 100644
--- a/gitlab/client.py
+++ b/gitlab/client.py
@@ -787,7 +787,7 @@ class Gitlab(object):
) from e
def http_delete(self, path: str, **kwargs: Any) -> requests.Response:
- """Make a PUT request to the Gitlab server.
+ """Make a DELETE request to the Gitlab server.
Args:
path (str): Path or full URL to query ('/projects' or