From 7a1c19833eac79ada3ef624cae656f6f5a76cfdd Mon Sep 17 00:00:00 2001 From: wodim Date: Thu, 25 Oct 2018 14:11:23 +0200 Subject: [PATCH] Add missing space --- lib/sqlalchemy/sql/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/sql/base.py b/lib/sqlalchemy/sql/base.py index 5c884e1a0f..6b9b55753e 100644 --- a/lib/sqlalchemy/sql/base.py +++ b/lib/sqlalchemy/sql/base.py @@ -378,7 +378,7 @@ class Executable(Generative): e = self.bind if e is None: label = getattr(self, 'description', self.__class__.__name__) - msg = ('This %s is not directly bound to a Connection or Engine.' + msg = ('This %s is not directly bound to a Connection or Engine. ' 'Use the .execute() method of a Connection or Engine ' 'to execute this construct.' % label) raise exc.UnboundExecutionError(msg) -- 2.47.2