From dac8d95f7b98a1e23ee6a93cba863de6f585557a 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) (cherry picked from commit af94e639ae7b0e2ee3d8caf92b0f7e128f4199ab) --- 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 3280c3fcc2..802ea96605 100644 --- a/doc/build/errors.rst +++ b/doc/build/errors.rst @@ -424,7 +424,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