From: W. Trevor King Date: Wed, 27 Oct 2010 20:03:35 +0000 (-0400) Subject: Remove superfluous `run` in pysawsim-manager post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=501531e115a93d3b8b8f305e6a8269ad7b689e46;p=blog.git Remove superfluous `run` in pysawsim-manager post. --- diff --git a/posts/pysawsim-manager.mdwn b/posts/pysawsim-manager.mdwn index e8ce2cd..e998358 100644 --- a/posts/pysawsim-manager.mdwn +++ b/posts/pysawsim-manager.mdwn @@ -3,8 +3,8 @@ Over the past week I've been working up a [[Python]] framework for my [[sawsim]] simulator, to allow parallel execution on a variety of -systems. I think I've got the kinks worked out now, and `sawsim` runs -(or anything else that can subclass `pysawsim.manager.Job` can now be +systems. I think I've got the kinks worked out now, and `sawsim` (or +anything else that can subclass `pysawsim.manager.Job` can now be transparently executed in parallel using any of * Python's [threading][] module (the `thread` manager).