diff --git a/README.rst b/README.rst index 50a7f041b..548c61138 100644 --- a/README.rst +++ b/README.rst @@ -59,10 +59,11 @@ Regular mutable (``MultiDict`` and ``CIMultiDict``) classes implement ``collections.abc.MutableMapping`` and allows them to change their own content. - *Case insensitive* (``CIMultiDict`` and ``CIMultiDictProxy``) assume the *keys* are case -insensitive, e.g.:: +insensitive, e.g. + +.. code-block:: python >>> dct = CIMultiDict(key='val') >>> 'Key' in dct