Skip to content

Commit 37da82c

Browse files
authored
Merge branch '3.7' into pythongh-102306-37
2 parents 887a681 + 00d1d32 commit 37da82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Doc/library/concurrent.futures.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ ThreadPoolExecutor Example
173173
'http://www.cnn.com/',
174174
'http://europe.wsj.com/',
175175
'http://www.bbc.co.uk/',
176-
'http://some-made-up-domain.com/']
176+
'http://nonexistant-subdomain.python.org/']
177177

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

0 commit comments

Comments
 (0)