Skip to content

Commit 39cad63

Browse files
Update Doc/library/threading.rst
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent 0f3d1e9 commit 39cad63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/threading.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ creating and starting threads using :class:`~threading.Thread`::
8080
print(f"crawl ended for {link}")
8181

8282
links = [
83-
"https://example.com",
84-
"https://another-example.com",
85-
"https://yet-another-example.com"
83+
"https://python.org",
84+
"https://docs.python.org",
85+
"https://peps.python.org"
8686
]
8787

8888
# Start threads for each link

0 commit comments

Comments
 (0)