From 63b3b9be55e0a836ec312dd2197366c260fd2eb0 Mon Sep 17 00:00:00 2001 From: Doctor-love Date: Fri, 2 Oct 2015 14:47:50 +0200 Subject: [PATCH] Clarified description for option "trust_env" --- requests/sessions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requests/sessions.py b/requests/sessions.py index 9c0dd73d..496fdb2e 100644 --- a/requests/sessions.py +++ b/requests/sessions.py @@ -325,7 +325,8 @@ class Session(SessionRedirectMixin): #: limit, a :class:`TooManyRedirects` exception is raised. self.max_redirects = DEFAULT_REDIRECT_LIMIT - #: Should we trust the environment? + #: Trust environement settings for proxy configuration, default + #: authentication and similar. self.trust_env = True #: A CookieJar containing all currently outstanding cookies set on this