Skip to content

Commit 67225a5

Browse files
committed
Add seealso sections to multidict docs
1 parent e083205 commit 67225a5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/multidict.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@ MutableMultiDict
200200
dictionary is then updated with those key/value pairs:
201201
``d.update(red=1, blue=2)``.
202202

203+
.. seealso::
204+
205+
:class:`MultiDictProxy` can be used to create a read-only view
206+
of a :class:`MultiDict`.
207+
203208

204209
CIMultiDict
205210
-----------
@@ -227,6 +232,11 @@ CIMultiDict
227232

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

235+
.. seealso::
236+
237+
:class:`CIMultiDictProxy` can be used to create a read-only view
238+
of a :class:`CIMultiDict`.
239+
230240

231241
MultiDictProxy
232242
---------------

0 commit comments

Comments
 (0)