summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <classic@zzzcomputing.com>2015-04-21 13:04:50 -0400
committerMike Bayer <classic@zzzcomputing.com>2015-04-21 13:04:50 -0400
commita192c345fcfcf4d5dd817f898ec883d7fa3b0ac4 (patch)
tree1c39517776c78d315bf6e22d6fff39320cf49943
parent0e1c0989894f13b29a00c9504b887568a40d6648 (diff)
parent7f21db8618f42546c1914bef51b3676fe7c9e7c6 (diff)
downloadalembic-a192c345fcfcf4d5dd817f898ec883d7fa3b0ac4.tar.gz
Merged in rtaranu/alembic (pull request #43)
- fixed spelling mistake in docs
-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``