Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #349 from timgates42/bugfix/typo_unsigned
Browse files Browse the repository at this point in the history
Fix simple typo: unisgned -> unsigned
  • Loading branch information
josephmancuso authored Jan 6, 2020
2 parents e5d48d6 + 2a11fea commit 0666e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orator/schema/blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def small_integer(self, column, auto_increment=False, unsigned=False):

def unsigned_integer(self, column, auto_increment=False):
"""
Create a new unisgned integer column on the table.
Create a new unsigned integer column on the table.
:param column: The column
:type column: str
Expand Down

0 comments on commit 0666e52

Please sign in to comment.