Skip to content

Commit 5226f09

Browse files
committed
docs: fix typo in http_delete docstring
1 parent 8e5b0de commit 5226f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ def http_put(
787787
) from e
788788

789789
def http_delete(self, path: str, **kwargs: Any) -> requests.Response:
790-
"""Make a PUT request to the Gitlab server.
790+
"""Make a DELETE request to the Gitlab server.
791791
792792
Args:
793793
path (str): Path or full URL to query ('/projects' or

0 commit comments

Comments
 (0)