You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Try async and get some sites at the same time:
65
65
https://www.google.com/
66
66
https://www.reddit.com/
67
67
68
-
Note that the order of the objects in the results list represents the order they were returned in, not the order that the coroutines are passed to the ``run`` method, which is shown in theexamply by the order being different.
68
+
Note that the order of the objects in the results list represents the order they were returned in, not the order that the coroutines are passed to the ``run`` method, which is shown in theexample by the order being different.
69
69
70
70
Grab a list of all links on the page, as–is (anchors excluded):
71
71
@@ -178,7 +178,7 @@ Notice the clock is missing. The ``render()`` method takes the response and rend
178
178
>>> r.html.search('Python 2.7 will retire in...{}Enable Guido Mode')[0]
Let's clean it up a bit. This step is not needed, it just makes it a bit easier tovisualise the returned html to see what we need to target to extract our required information.
181
+
Let's clean it up a bit. This step is not needed, it just makes it a bit easier tovisualize the returned html to see what we need to target to extract our required information.