Skip to content

Commit 02a9021

Browse files
authored
Replace address pointing toward malicious web page
FIX python#102627 partial fix only: would require to go through the entire documentation
1 parent f6ca71a commit 02a9021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/concurrent.futures.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ ThreadPoolExecutor Example
202202
'http://www.cnn.com/',
203203
'http://europe.wsj.com/',
204204
'http://www.bbc.co.uk/',
205-
'http://some-made-up-domain.com/']
205+
'http://example.com/non-existing-page']
206206

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

0 commit comments

Comments
 (0)