summaryrefslogtreecommitdiff
path: root/alembic/operations.py
diff options
context:
space:
mode:
Diffstat (limited to 'alembic/operations.py')
-rw-r--r--alembic/operations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alembic/operations.py b/alembic/operations.py
index 83ccaa1..2bf8060 100644
--- a/alembic/operations.py
+++ b/alembic/operations.py
@@ -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``