From 5d9063828150c349dcafffefbd952b194817ba05 Mon Sep 17 00:00:00 2001 From: "Steven M. Vascellaro" Date: Tue, 26 Jun 2018 14:56:12 -0400 Subject: [PATCH] Misspelled 'proxy' parameter in docstring The 'proxy' parameter was misspelled as 'proxies' in the docstring. --- requests/adapters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/adapters.py b/requests/adapters.py index a4b02842..3b923a5a 100644 --- a/requests/adapters.py +++ b/requests/adapters.py @@ -378,7 +378,7 @@ class HTTPAdapter(BaseAdapter): when subclassing the :class:`HTTPAdapter `. - :param proxies: The url of the proxy being used for this request. + :param proxy: The url of the proxy being used for this request. :rtype: dict """ headers = {}