summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-05-05 09:00:28 +0300
committerVille Skyttä <ville.skytta@iki.fi>2016-05-05 09:00:28 +0300
commit7a1e2dd92f28ad1b43e0e487b4fbc8088364713f (patch)
tree84f9ecf3cf4d7cf1ba71a5017749ae98567ef820 /lib/sqlalchemy/engine
parentf1920d2713fc43cfa7089e7bd5592908e90fd69b (diff)
downloadsqlalchemy-7a1e2dd92f28ad1b43e0e487b4fbc8088364713f.tar.gz
Spelling fixes: "the a"
Diffstat (limited to 'lib/sqlalchemy/engine')
-rw-r--r--lib/sqlalchemy/engine/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/engine/base.py b/lib/sqlalchemy/engine/base.py
index 859819a34..ff855a539 100644
--- a/lib/sqlalchemy/engine/base.py
+++ b/lib/sqlalchemy/engine/base.py
@@ -877,7 +877,7 @@ class Connection(Connectable):
return self.execute(object, *multiparams, **params).scalar()
def execute(self, object, *multiparams, **params):
- """Executes the a SQL statement construct and returns a
+ """Executes a SQL statement construct and returns a
:class:`.ResultProxy`.
:param object: The statement to be executed. May be