fix docstring typo: a -> as

This commit is contained in:
Elliot Ford
2023-11-22 11:31:53 +00:00
parent c6de5a14e5
commit 15849947ec
+1 -1
View File
@@ -859,7 +859,7 @@ def select_proxy(url, proxies):
def resolve_proxies(request, proxies, trust_env=True):
"""This method takes proxy information from a request and configuration
input to resolve a mapping of target proxies. This will consider settings
such a NO_PROXY to strip proxy configurations.
such as NO_PROXY to strip proxy configurations.
:param request: Request or PreparedRequest
:param proxies: A dictionary of schemes or schemes and hosts to proxy URLs