From: Kevin Burke Date: Tue, 21 Jan 2014 18:18:04 +0000 (-0800) Subject: Typo in History X-Git-Tag: upstream/2.2.1~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f17ead413300e349b7080a3ee0be3c7e96ec55ec;p=platform%2Fupstream%2Fpython-requests.git Typo in History --- diff --git a/HISTORY.rst b/HISTORY.rst index 3ac5598..2390693 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -14,7 +14,7 @@ Release History **Bugfixes** - Avoid many many exceptions from the buggy implementation of ``proxy_bypass`` on OS X in Python 2.6. -- Avoid crashing when attempting to get authentication credentions from ~/.netrc when running as a user without a home directory. +- Avoid crashing when attempting to get authentication credentials from ~/.netrc when running as a user without a home directory. - Use the correct pool size for pools of connections to proxies. - Fix iteration of ``CookieJar`` objects. - Ensure that cookies are persisted over redirect.