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 bf99e19 commit cb0b009Copy full SHA for cb0b009
Doc/library/concurrent.futures.rst
@@ -194,7 +194,7 @@ ThreadPoolExecutor Example
194
'http://www.cnn.com/',
195
'http://europe.wsj.com/',
196
'http://www.bbc.co.uk/',
197
- 'http://some-made-up-domain.com/']
+ 'http://nonexistant-subdomain.python.org/']
198
199
# Retrieve a single page and report the URL and contents
200
def load_url(url, timeout):
0 commit comments