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).