Skip to content

Commit b9d9455

Browse files
committed
Fix spelling
1 parent 6eb12bf commit b9d9455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Bugfixes
2121
--------
2222

2323
- Restored back ``MultiDict``, ``CIMultiDict``, ``MultiDictProxy``, and
24-
``CIMutiDictProxy`` generic type arguments; they are parametrized by value type, but the
24+
``CIMutiDictProxy`` generic type arguments; they are parameterized by value type, but the
2525
key type is fixed by container class.
2626

2727
``MultiDict[int]`` means ``MutableMultiMapping[str, int]``. The key type of

0 commit comments

Comments
 (0)