We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd192b commit 00d1d32Copy full SHA for 00d1d32
Doc/library/concurrent.futures.rst
@@ -173,7 +173,7 @@ ThreadPoolExecutor Example
173
'http://www.cnn.com/',
174
'http://europe.wsj.com/',
175
'http://www.bbc.co.uk/',
176
- 'http://some-made-up-domain.com/']
+ 'http://nonexistant-subdomain.python.org/']
177
178
# Retrieve a single page and report the URL and contents
179
def load_url(url, timeout):
0 commit comments