From af94e639ae7b0e2ee3d8caf92b0f7e128f4199ab Mon Sep 17 00:00:00 2001 From: Mikhail Burshteyn Date: Wed, 18 Sep 2019 14:00:26 +0300 Subject: [PATCH] Fix typo in docs (errors.rst) --- doc/build/errors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.47.2