diff options
Diffstat (limited to 'doc/build/tutorial')
| -rw-r--r-- | doc/build/tutorial/data_update.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/tutorial/data_update.rst b/doc/build/tutorial/data_update.rst index c564e3e76..8813dda98 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 |
