Skip to content

Commit e39e5ff

Browse files
authored
✏️ Fix small typo in "Updating and Deleting Rows with Core" (sqlalchemy#6382)
1 parent 7fdaac7 commit e39e5ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/build/tutorial/data_update.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The delete() SQL Expression Construct
208208
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
209209

210210
The :func:`_sql.delete` function generates a new instance of
211-
:class:`_sql.Delete` which represents an DELETE statement in SQL, that will
211+
:class:`_sql.Delete` which represents a DELETE statement in SQL, that will
212212
delete rows from a table.
213213

214214
The :func:`_sql.delete` statement from an API perspective is very similar to

0 commit comments

Comments
 (0)