From f14acbe8264f0dc1a7f29d3f456ac706bd94dc9d 2013-06-26 15:16:31 From: James Booth Date: 2013-06-26 15:16:31 Subject: [PATCH] fixed typo --- diff --git a/IPython/parallel/apps/launcher.py b/IPython/parallel/apps/launcher.py index 60cf6e8..2292d85 100644 --- a/IPython/parallel/apps/launcher.py +++ b/IPython/parallel/apps/launcher.py @@ -1330,7 +1330,7 @@ class CondorLauncher(BatchSystemLauncher): def _insert_queue_in_script(self): """AFAIK, Condor doesn't have a concept of multiple queues that can be - specified in the script.. + specified in the script. """ pass