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 7d99716 commit 78261bdCopy full SHA for 78261bd
1 file changed
peps/pep-0805.rst
@@ -45,7 +45,7 @@ Rationale
45
46
We want to allow a familiar model of parallel execution while retaining safety.
47
Threads, locks, queues and immutability are familiar concepts and provide the building blocks for a safe model of execution.
48
-Objects should either be safe for sharing between trhreads, or the VM should prevent them from being shared.
+Objects should either be safe for sharing between threads, or the VM should prevent them from being shared.
49
50
The synchronization quadrant diagram
51
------------------------------------
0 commit comments