Skip to content

Commit 78261bd

Browse files
Update peps/pep-0805.rst
Co-authored-by: Truls Henriksson <trulshenriksson@gmail.com>
1 parent 7d99716 commit 78261bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0805.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Rationale
4545

4646
We want to allow a familiar model of parallel execution while retaining safety.
4747
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.
48+
Objects should either be safe for sharing between threads, or the VM should prevent them from being shared.
4949

5050
The synchronization quadrant diagram
5151
------------------------------------

0 commit comments

Comments
 (0)