From ec4db9223fa78130555d56d24a747b1e2b5cfcdb Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Fri, 17 Nov 2017 11:39:33 +0200 Subject: [PATCH] Fix spelling error --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5604752b383..46e9ffb2050 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -17,7 +17,7 @@ Changelog 2.3.3 (2017-11-17) ================== -- Having a `;` in Response content type doesn't assume it contains a charset +- Having a `;` in Response content type does not assume it contains a charset anymore. (#2197) - Use `getattr(asyncio, 'async')` for keeping compatibility with Python 3.7. (#2476)