Skip to content

Commit b6f34d4

Browse files
Replace "requests" to "aiohttp" in docs (#10602)
1 parent 01b2a86 commit b6f34d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client_quickstart.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Passing Parameters In URLs
9696
You often want to send some sort of data in the URL's query string. If
9797
you were constructing the URL by hand, this data would be given as key/value
9898
pairs in the URL after a question mark, e.g. ``httpbin.org/get?key=val``.
99-
Requests allows you to provide these arguments as a :class:`dict`, using the
99+
aiohttp allows you to provide these arguments as a :class:`dict`, using the
100100
``params`` keyword argument. As an example, if you wanted to pass
101101
``key1=value1`` and ``key2=value2`` to ``httpbin.org/get``, you would use the
102102
following code::

0 commit comments

Comments
 (0)