- fixed spelling mistake in docs

This commit is contained in:
Raul Taranu 2015-04-21 13:22:40 +00:00
parent 0e1c098989
commit 7f21db8618
1 changed files with 1 additions and 1 deletions

View File

@ -1357,7 +1357,7 @@ class BatchOperations(Operations):
self.impl.table_name, column_name, schema=self.impl.schema)
def create_primary_key(self, name, cols):
"""Issue a "create priamry key" instruction using the
"""Issue a "create primary key" instruction using the
current batch migration context.
The batch form of this call omits the ``table_name`` and ``schema``