Skip to content

Commit

Permalink
Merge branch '3.7' into pythongh-102306-37
Browse files Browse the repository at this point in the history
  • Loading branch information
arhadthedev authored Apr 9, 2023
2 parents 887a681 + 00d1d32 commit 37da82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/concurrent.futures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,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 37da82c

Please sign in to comment.