aboutsummaryrefslogtreecommitdiff
path: root/requests/packages/urllib3/contrib/ntlmpool.py
diff options
context:
space:
mode:
Diffstat (limited to 'requests/packages/urllib3/contrib/ntlmpool.py')
-rw-r--r--requests/packages/urllib3/contrib/ntlmpool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/requests/packages/urllib3/contrib/ntlmpool.py b/requests/packages/urllib3/contrib/ntlmpool.py
index 277ee0b..b8cd933 100644
--- a/requests/packages/urllib3/contrib/ntlmpool.py
+++ b/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)