diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-05-29 13:17:57 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2017-05-29 13:17:57 -0400 |
| commit | 916d171f2bf01155f2c115159ec475e8d76a690b (patch) | |
| tree | fc8b6743e9181850910a3c692970cff616ebee90 /requests/utils.py | |
| parent | 3857431159b56707965f9abce581e6ab0694604b (diff) | |
| parent | 4ad46705834955b872da1257b1de4feb5a8a51b3 (diff) | |
| download | python-requests-2.16.0.tar.gz | |
Diffstat (limited to 'requests/utils.py')
| -rw-r--r-- | requests/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requests/utils.py b/requests/utils.py index 5976192f..056f6fb3 100644 --- a/requests/utils.py +++ b/requests/utils.py @@ -171,7 +171,7 @@ def get_netrc_auth(url, raise_errors=False): except KeyError: # os.path.expanduser can fail when $HOME is undefined and # getpwuid fails. See http://bugs.python.org/issue20164 & - # https://github.com/kennethreitz/requests/issues/1846 + # https://github.com/requests/requests/issues/1846 return if os.path.exists(loc): |
