From 5226f095c39985d04c34e7703d60814e74be96f8 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Tue, 1 Jun 2021 14:43:36 +0100 Subject: docs: fix typo in http_delete docstring --- gitlab/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitlab/client.py') 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 -- cgit v1.2.1