diff --git a/README.md b/README.md index e9829c8..745fa4a 100644 --- a/README.md +++ b/README.md @@ -2441,7 +2441,7 @@ retention=|| Scraping -------- -#### Scrapes Python's URL, version number and logo from Wikipedia page: +#### Scrapes Python's URL, version number and logo from its Wikipedia page: ```python # $ pip3 install requests beautifulsoup4 import requests, sys diff --git a/index.html b/index.html index a4049f5..a4662ac 100644 --- a/index.html +++ b/index.html @@ -2123,7 +2123,7 @@ logger.<level>('A logging message.')
  • '<timedelta>' - Max age of a file.
  • '<str>' - Max age as a string: '1 week, 3 days', '2 months', …
  • -

    #Scraping

    Scrapes Python's URL, version number and logo from Wikipedia page:

    # $ pip3 install requests beautifulsoup4
    +

    #Scraping

    Scrapes Python's URL, version number and logo from its Wikipedia page:

    # $ pip3 install requests beautifulsoup4
     import requests, sys
     from bs4 import BeautifulSoup
     URL = 'https://en.wikipedia.org/wiki/Python_(programming_language)'