We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3d1e9 commit 39cad63Copy full SHA for 39cad63
Doc/library/threading.rst
@@ -80,9 +80,9 @@ creating and starting threads using :class:`~threading.Thread`::
80
print(f"crawl ended for {link}")
81
82
links = [
83
- "https://example.com",
84
- "https://another-example.com",
85
- "https://yet-another-example.com"
+ "https://python.org",
+ "https://docs.python.org",
+ "https://peps.python.org"
86
]
87
88
# Start threads for each link
0 commit comments