Merge pull request #539 from Skaylan/fix-typo

fix typo at docs
This commit is contained in:
surister
2023-04-03 19:09:56 +02:00
committed by GitHub
+1 -1
View File
@@ -83,7 +83,7 @@ But async is fun when fetching some sites at the same time:
>>> async def get_google():
... 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, asis (anchors excluded):