We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MultiDict
client_quickstart.rst
1 parent 6e04556 commit 0810861Copy full SHA for 0810861
docs/client_quickstart.rst
@@ -96,9 +96,9 @@ following code::
96
97
You can see that the URL has been correctly encoded by printing the URL.
98
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.
+For sending data with multiple values for the same key
+:class:`~multidict.MultiDict` may be used; the library support nested lists
+(``{'key': ['value1', 'value2']}``) alternative as well.
102
103
It is also possible to pass a list of 2 item tuples as parameters, in
104
that case you can specify multiple values for each key::
0 commit comments