Skip to content

Commit

Permalink
Fix typo in multidict.rst (#794)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
  • Loading branch information
jiajunjie and asvetlov committed Dec 13, 2022
1 parent 771f288 commit 8512585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/multidict.rst
Expand Up @@ -324,7 +324,7 @@ CIMultiDictProxy

Case insensitive version of :class:`MultiDictProxy`.

Raises :exc:`TypeError` is *multidict* is not :class:`CIMultiDict` instance.
Raises :exc:`TypeError` if *multidict* is not :class:`CIMultiDict` instance.

The class is inherited from :class:`MultiDict`.

Expand Down

0 comments on commit 8512585

Please sign in to comment.