Merge "Fix spelling mistake"

This commit is contained in:
Jenkins 2016-02-10 19:44:27 +00:00 committed by Gerrit Code Review
commit d32a487ed1

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):