python-csp icon indicating copy to clipboard operation
python-csp copied to clipboard

typo in tutorial

Open snim2 opened this issue 13 years ago • 0 comments

From old Google Code repo:

Reported by mjanos5, Jan 15, 2012

http://code.google.com/p/python-csp/wiki/Tutorial

problem:

typo in:

CSP stands for Communicating Sequential Processes, which is a framework for writing concurrent or program via message passinge.

solution:

Change it to:

CSP stands for Communicating Sequential Processes, which is a framework for writing concurrent or program via message passing.

snim2 avatar Oct 03 '12 19:10 snim2