Skip to content

Commit e7ee419

Browse files
committed
Fix typo
1 parent b9beeb0 commit e7ee419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb_sqlalchemy/sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def visit_create_index(self, create, include_schema=False, include_table_schema=
459459
self._verify_index_table(index)
460460

461461
if index.name is None:
462-
raise CompileError("ADD INDEX requires that the index have a name")
462+
raise CompileError("ADD INDEX requires that the index has a name")
463463

464464
table_name = self.preparer.format_table(index.table)
465465
index_name = self._prepared_index_name(index)

0 commit comments

Comments
 (0)