From: Raul Taranu Date: Tue, 21 Apr 2015 13:22:40 +0000 (+0000) Subject: - fixed spelling mistake in docs X-Git-Tag: rel_0_7_6~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f21db8618f42546c1914bef51b3676fe7c9e7c6;p=thirdparty%2Fsqlalchemy%2Falembic.git - fixed spelling mistake in docs --- diff --git a/alembic/operations.py b/alembic/operations.py index 83ccaa19..2bf80605 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``