Skip to content

Commit

Permalink
pythongh-102627: Replace address pointing toward malicious web page (p…
Browse files Browse the repository at this point in the history
…ython#102630)

* Replace known bad address pointing toward a malicious web page.

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
3 people authored and warsaw committed Apr 11, 2023
1 parent 9cf44ab commit b8177b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/concurrent.futures.rst
Expand Up @@ -202,7 +202,7 @@ ThreadPoolExecutor Example
'http://www.cnn.com/',
'http://europe.wsj.com/',
'http://www.bbc.co.uk/',
'http://some-made-up-domain.com/']
'http://nonexistant-subdomain.python.org/']

# Retrieve a single page and report the URL and contents
def load_url(url, timeout):
Expand Down

0 comments on commit b8177b8

Please sign in to comment.