From 501531e115a93d3b8b8f305e6a8269ad7b689e46 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 27 Oct 2010 16:03:35 -0400 Subject: [PATCH] Remove superfluous `run` in pysawsim-manager post. --- posts/pysawsim-manager.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). -- 2.26.2