Skip to content

Commit

Permalink
Merge pull request #6581 from EFord36/typo-fix
Browse files Browse the repository at this point in the history
fix docstring typo: a -> as
  • Loading branch information
sigmavirus24 committed Nov 22, 2023
2 parents c6de5a1 + 1584994 commit 0b4d494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/requests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b4d494

Please sign in to comment.