Skip to content

Commit 7b79f0c

Browse files
[PR #10602/b6f34d4b backport][3.11] Replace "requests" to "aiohttp" in docs (#10612)
**This is a backport of PR #10602 as merged into master (b6f34d4).** Co-authored-by: Hypercube <[email protected]>
1 parent 9920bc2 commit 7b79f0c

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
@@ -93,7 +93,7 @@ Passing Parameters In URLs
9393
You often want to send some sort of data in the URL's query string. If
9494
you were constructing the URL by hand, this data would be given as key/value
9595
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
96+
aiohttp allows you to provide these arguments as a :class:`dict`, using the
9797
``params`` keyword argument. As an example, if you wanted to pass
9898
``key1=value1`` and ``key2=value2`` to ``httpbin.org/get``, you would use the
9999
following code::

0 commit comments

Comments
 (0)