# HG changeset patch # User paulb # Date 1189550969 0 # Node ID 750186b3ecc1983a995f955f3adb7b61b9c93867 # Parent f53a1d26e47ba107391926982f03c511cba04dd2 [project @ 2007-09-11 22:49:29 by paulb] Fixed docstring. diff -r f53a1d26e47b -r 750186b3ecc1 pprocess.py --- a/pprocess.py Sun Jul 15 23:10:29 2007 +0000 +++ b/pprocess.py Tue Sep 11 22:49:29 2007 +0000 @@ -154,10 +154,10 @@ A further simplification of the above convenient use of message exchanges involves the creation of callables (eg. functions) which are automatically -monitored by an exchange. We create such a callable by calling the wrap method +monitored by an exchange. We create such a callable by calling the manage method on an exchange: -myfn = exchange.wrap(fn) +myfn = exchange.manage(fn) This callable can then be invoked instead of using the exchange's start method: