Skip to content

Commit 82b22c7

Browse files
committed
Add wikipedia page as reference
1 parent 533ceef commit 82b22c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/threading.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ level :mod:`_thread` module.
5050
Introduction
5151
------------
5252

53-
The :mod:`threading` module provides a way to run multiple threads (smaller
53+
The :mod:`threading` module provides a way to run multiple `threads
54+
<https://en.wikipedia.org/wiki/Thread_(computing)>`_ (smaller
5455
units of a process) concurrently within a single process. It allows for the
5556
creation and management of threads, making it possible to execute tasks in
5657
parallel, sharing memory space. Threads are particularly useful when tasks are

0 commit comments

Comments
 (0)