From: Oliver Beattie Date: Thu, 5 Sep 2013 16:06:42 +0000 (+0100) Subject: Fix missing space X-Git-Tag: rel_0_6_1~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7de1ab5270d9c6a5330dd855d9fefa5835ad7b20;p=thirdparty%2Fsqlalchemy%2Falembic.git Fix missing space --- diff --git a/alembic/script.py b/alembic/script.py index d019480e..8f3d11f0 100644 --- a/alembic/script.py +++ b/alembic/script.py @@ -247,7 +247,7 @@ class ScriptDirectory(object): current_heads = self.get_heads() if len(current_heads) > 1: raise util.CommandError('Only a single head is supported. The ' - 'script directory has multiple heads (due to branching), which' + 'script directory has multiple heads (due to branching), which ' 'must be resolved by manually editing the revision files to ' 'form a linear sequence. Run `alembic branches` to see the ' 'divergence(s).')