From: Mikhail Burshteyn Date: Wed, 18 Sep 2019 11:00:26 +0000 (+0300) Subject: Fix typo in docs (errors.rst) X-Git-Tag: rel_1_4_0b1~721 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4862%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo in docs (errors.rst) --- diff --git a/doc/build/errors.rst b/doc/build/errors.rst index 38f30d0558..547464636f 100644 --- a/doc/build/errors.rst +++ b/doc/build/errors.rst @@ -509,7 +509,7 @@ to pass it to the :meth:`.Connection.execute` method of a :class:`.Connection`:: When using the ORM, a similar facility is available via the :class:`.Session`:: - result = session.exxecute(stmt) + result = session.execute(stmt) .. seealso::