mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 06:46:14 +00:00
fix typo at docs
This commit is contained in:
@@ -83,7 +83,7 @@ But async is fun when fetching some sites at the same time:
|
|||||||
>>> async def get_google():
|
>>> async def get_google():
|
||||||
... r = await asession.get('https://google.com/')
|
... r = await asession.get('https://google.com/')
|
||||||
|
|
||||||
>>> session.run(get_pythonorg, get_reddit, get_google)
|
>>> asession.run(get_pythonorg, get_reddit, get_google)
|
||||||
|
|
||||||
Grab a list of all links on the page, as–is (anchors excluded):
|
Grab a list of all links on the page, as–is (anchors excluded):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user