Skip to content

Commit 0b4d494

Browse files
authored
Merge pull request #6581 from EFord36/typo-fix
fix docstring typo: a -> as
2 parents c6de5a1 + 1584994 commit 0b4d494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/requests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ def select_proxy(url, proxies):
859859
def resolve_proxies(request, proxies, trust_env=True):
860860
"""This method takes proxy information from a request and configuration
861861
input to resolve a mapping of target proxies. This will consider settings
862-
such a NO_PROXY to strip proxy configurations.
862+
such as NO_PROXY to strip proxy configurations.
863863
864864
:param request: Request or PreparedRequest
865865
:param proxies: A dictionary of schemes or schemes and hosts to proxy URLs

0 commit comments

Comments
 (0)