| Index: third_party/requests/packages/urllib3/contrib/ntlmpool.py
|
| diff --git a/third_party/requests/packages/urllib3/contrib/ntlmpool.py b/third_party/requests/packages/urllib3/contrib/ntlmpool.py
|
| index 277ee0b2abf9175fe3927a539bd16d083217993f..b8cd933034cc48ef733209850380ec4ebdc79e10 100644
|
| --- a/third_party/requests/packages/urllib3/contrib/ntlmpool.py
|
| +++ b/third_party/requests/packages/urllib3/contrib/ntlmpool.py
|
| @@ -33,7 +33,7 @@ class NTLMConnectionPool(HTTPSConnectionPool):
|
| def __init__(self, user, pw, authurl, *args, **kwargs):
|
| """
|
| authurl is a random URL on the server that is protected by NTLM.
|
| - user is the Windows user, probably in the DOMAIN\username format.
|
| + user is the Windows user, probably in the DOMAIN\\username format.
|
| pw is the password for the user.
|
| """
|
| super(NTLMConnectionPool, self).__init__(*args, **kwargs)
|
|
|