Skip to content

Commit

Permalink
Fix typo on #create_column
Browse files Browse the repository at this point in the history
  • Loading branch information
arturhoo committed Jul 27, 2016
1 parent 927f88b commit 0046bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataset/persistence/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def _args_to_clause(self, args, ensure=None, clauses=()):

def create_column(self, name, type):
"""
Explicitely create a new column ``name`` of a specified type.
Explicitly create a new column ``name`` of a specified type.
``type`` must be a `SQLAlchemy column type <http://docs.sqlalchemy.org/en/rel_0_8/core/types.html>`_.
::
Expand Down

0 comments on commit 0046bcb

Please sign in to comment.