We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9920bc2 commit 7b79f0cCopy full SHA for 7b79f0c
docs/client_quickstart.rst
@@ -93,7 +93,7 @@ Passing Parameters In URLs
93
You often want to send some sort of data in the URL's query string. If
94
you were constructing the URL by hand, this data would be given as key/value
95
pairs in the URL after a question mark, e.g. ``httpbin.org/get?key=val``.
96
-Requests allows you to provide these arguments as a :class:`dict`, using the
+aiohttp allows you to provide these arguments as a :class:`dict`, using the
97
``params`` keyword argument. As an example, if you wanted to pass
98
``key1=value1`` and ``key2=value2`` to ``httpbin.org/get``, you would use the
99
following code::
0 commit comments