Fix typos

This commit is contained in:
Konsta Vesterinen
2016-04-25 16:45:56 +03:00
parent c3a931b549
commit 0a20b8a472

View File

@@ -250,7 +250,9 @@ def has_index(column_or_constraint):
has_index(table.c.id) # True has_index(table.c.id) # True
This function supports foreign key constraints as well: This function supports foreign key constraints as well
::
class User(Base): class User(Base):
@@ -344,7 +346,9 @@ def has_unique_index(column_or_constraint):
has_unique_index(table.c.id) # True has_unique_index(table.c.id) # True
This function supports foreign key constraints as well: This function supports foreign key constraints as well
::
class User(Base): class User(Base):