diff --git a/CHANGES.rst b/CHANGES.rst index fb5cfe172..0df8b1fe2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -21,7 +21,7 @@ Bugfixes -------- - Restored back ``MultiDict``, ``CIMultiDict``, ``MultiDictProxy``, and - ``CIMutiDictProxy`` generic type arguments; they are parametrized by value type, but the + ``CIMutiDictProxy`` generic type arguments; they are parameterized by value type, but the key type is fixed by container class. ``MultiDict[int]`` means ``MutableMultiMapping[str, int]``. The key type of