Remove superfluous `run` in pysawsim-manager post.
authorW. Trevor King <wking@drexel.edu>
Wed, 27 Oct 2010 20:03:35 +0000 (16:03 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 27 Oct 2010 20:03:35 +0000 (16:03 -0400)
posts/pysawsim-manager.mdwn

index e8ce2cdbb15c2ad567b83710eda98a395a012f8d..e998358b724e5ad8c6e90c5619c3a233fe1cd71d 100644 (file)
@@ -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).