Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4af725f

Browse files
README
There was very very small spelling correction done!
1 parentdc82965 commit4af725f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Try async and get some sites at the same time:
6565
https://www.google.com/
6666
https://www.reddit.com/
6767
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.
6969

7070
Grab a list of all links on the page, as–is (anchors excluded):
7171

@@ -178,7 +178,7 @@ Notice the clock is missing. The ``render()`` method takes the response and rend
178178
>>> r.html.search('Python 2.7 will retire in...{}Enable Guido Mode')[0]
179179
'</h1>\n </div>\n <div class="python-27-clock is-countdown"><span class="countdown-row countdown-show6"><span class="countdown-section"><span class="countdown-amount">1</span><span class="countdown-period">Year</span></span><span class="countdown-section"><span class="countdown-amount">2</span><span class="countdown-period">Months</span></span><span class="countdown-section"><span class="countdown-amount">28</span><span class="countdown-period">Days</span></span><span class="countdown-section"><span class="countdown-amount">16</span><span class="countdown-period">Hours</span></span><span class="countdown-section"><span class="countdown-amount">52</span><span class="countdown-period">Minutes</span></span><span class="countdown-section"><span class="countdown-amount">46</span><span class="countdown-period">Seconds</span></span></span></div>\n <div class="center">\n <div class="guido-button-block">\n <button class="js-guido-mode guido-button">'
180180
181-
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.
182182

183183
..code-block::pycon
184184

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp