Skip to content

Commit

Permalink
📝 fix docstring for api.delete function
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Feb 3, 2025
1 parent 7473711 commit 21a57f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/niquests/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ def delete(
:param allow_redirects: (optional) Boolean. Enable/disable GET/OPTIONS/POST/PUT/PATCH/DELETE/HEAD redirection.
Defaults to ``True``.
:param proxies: (optional) Dictionary mapping protocol to the URL of the proxy.
::param verify: (optional) Either a boolean, in which case it controls whether we verify
:param verify: (optional) Either a boolean, in which case it controls whether we verify
the server's TLS certificate, or a path passed as a string or os.Pathlike object,
in which case it must be a path to a CA bundle to use.
Defaults to ``True``.
Expand Down

0 comments on commit 21a57f0

Please sign in to comment.