Skip to content

Commit ffa8504

Browse files
authored
Update Doc/whatsnew/3.14.rst
1 parent fdfb092 commit ffa8504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ That especially applies to plain threads (for example, :mod:`threading`),
225225
where all memory is shared between all threads.
226226

227227
With multiple isolated interpreters, you can take advantage of a class
228-
of concurrency models, like Communicating Sequential Processes
228+
of concurrency models, like Communicating Sequential Processes (CSP)
229229
or the actor model, that have found
230230
success in other programming languages, like Smalltalk, Erlang,
231231
Haskell, and Go. Think of multiple interpreters as threads

0 commit comments

Comments
 (0)