Fix spelling mistake

TrivialFix

Change-Id: Ie6e5d3bf85a41ee7c5c3f2d79d9c604af4e3e69f
This commit is contained in:
Dinesh Bhor 2016-02-09 22:18:09 -08:00
parent 35978ec3a5
commit fd6ffb2c48
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class DeleteFromSelect(UpdateBase):
self.column = column
# NOTE(guochbo): some verions of MySQL doesn't yet support subquery with
# NOTE(guochbo): some versions of MySQL doesn't yet support subquery with
# 'LIMIT & IN/ALL/ANY/SOME' We need work around this with nesting select .
@compiles(DeleteFromSelect)
def visit_delete_from_select(element, compiler, **kw):