]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- fixed spelling mistake in docs
authorRaul Taranu <raul.taranu@agrista.com>
Tue, 21 Apr 2015 13:22:40 +0000 (13:22 +0000)
committerRaul Taranu <raul.taranu@agrista.com>
Tue, 21 Apr 2015 13:22:40 +0000 (13:22 +0000)
alembic/operations.py

index 83ccaa198ef26b818db59fe11484f4e019f912fb..2bf806055fc1f8bbf7114924f1225a2c39397b30 100644 (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``