From e39e5ff88cb99e4e91b1645b330da84601713433 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 28 Apr 2021 20:39:29 +0200 Subject: [PATCH] =?utf8?q?=E2=9C=8F=EF=B8=8F=20Fix=20small=20typo=20in=20"?= =?utf8?q?Updating=20and=20Deleting=20Rows=20with=20Core"=20(#6382)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/build/tutorial/data_update.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/tutorial/data_update.rst b/doc/build/tutorial/data_update.rst index c564e3e76a..8813dda988 100644 --- a/doc/build/tutorial/data_update.rst +++ b/doc/build/tutorial/data_update.rst @@ -208,7 +208,7 @@ The delete() SQL Expression Construct ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The :func:`_sql.delete` function generates a new instance of -:class:`_sql.Delete` which represents an DELETE statement in SQL, that will +:class:`_sql.Delete` which represents a DELETE statement in SQL, that will delete rows from a table. The :func:`_sql.delete` statement from an API perspective is very similar to -- 2.47.3