From b51850fd8887ee2a5777214e21ad136e2c1865f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 26 Apr 2021 21:49:02 +0200 Subject: [PATCH] =?utf8?q?=E2=9C=8F=EF=B8=8F=20Fix=20small=20typo=20in=20W?= =?utf8?q?orking=20with=20Transactions=20and=20the=20DBAPI=20(#6363)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/build/tutorial/dbapi_transactions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/tutorial/dbapi_transactions.rst b/doc/build/tutorial/dbapi_transactions.rst index d9b20c7605..16768da2b9 100644 --- a/doc/build/tutorial/dbapi_transactions.rst +++ b/doc/build/tutorial/dbapi_transactions.rst @@ -521,7 +521,7 @@ the block with a "commit as you go" commit. when executing SQL against the database is next needed. The :class:`_orm.Session` obviously has a lot more tricks up its sleeve -than that, however understanding that it has an :meth:`_orm.Session.execute` +than that, however understanding that it has a :meth:`_orm.Session.execute` method that's used the same way as :meth:`_future.Connection.execute` will get us started with the examples that follow later. -- 2.47.3