From: Alex Gaynor Date: Fri, 16 May 2014 18:11:05 +0000 (-0400) Subject: Fixed a typo X-Git-Tag: v2.4.0~51^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53d3519a3503c59ad7de05941064f472720ae948;p=services%2Fpython-requests.git Fixed a typo --- diff --git a/HISTORY.rst b/HISTORY.rst index 2e39b86..81d120a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -16,7 +16,7 @@ Release History - The change in v2.0.0 to mandate explicit proxy schemes has been reverted. Proxy schemes now default to ``http://``. - The ``CaseInsensitiveDict`` used for HTTP headers now behaves like a normal - dictionary when references as string or viewd in the interpreter. + dictionary when references as string or viewed in the interpreter. **Bugfixes**