1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Correct typo: simple -> simply (#3756)

This commit is contained in:
Jason R. Coombs 2016-05-26 20:47:27 -04:00 committed by Donald Stufft
parent 6955f5f9b4
commit b5191a0c03

View file

@ -163,7 +163,7 @@ class MultiDomainBasicAuth(AuthBase):
if resp.status_code != 401:
return resp
# We are not able to prompt the user so simple return the response
# We are not able to prompt the user so simply return the response
if not self.prompting:
return resp