Skip to content

Commit 0810861

Browse files
committed
Fix the link to MultiDict in client_quickstart.rst (#5517)
(cherry picked from commit 13fd83e)
1 parent 6e04556 commit 0810861

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/client_quickstart.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ following code::
9696

9797
You can see that the URL has been correctly encoded by printing the URL.
9898

99-
For sending data with multiple values for the same key :class:`MultiDict` may be
100-
used; the library support nested lists (``{'key': ['value1', 'value2']}``)
101-
alternative as well.
99+
For sending data with multiple values for the same key
100+
:class:`~multidict.MultiDict` may be used; the library support nested lists
101+
(``{'key': ['value1', 'value2']}``) alternative as well.
102102

103103
It is also possible to pass a list of 2 item tuples as parameters, in
104104
that case you can specify multiple values for each key::

0 commit comments

Comments
 (0)