From 7f21db8618f42546c1914bef51b3676fe7c9e7c6 Mon Sep 17 00:00:00 2001 From: Raul Taranu Date: Tue, 21 Apr 2015 13:22:40 +0000 Subject: - fixed spelling mistake in docs --- alembic/operations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`` -- cgit v1.2.1