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

Commit 0666e52

Browse files
Merge pull request #349 from timgates42/bugfix/typo_unsigned
Fix simple typo: unisgned -> unsigned
2 parents e5d48d6 + 2a11fea commit 0666e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orator/schema/blueprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def small_integer(self, column, auto_increment=False, unsigned=False):
442442

443443
def unsigned_integer(self, column, auto_increment=False):
444444
"""
445-
Create a new unisgned integer column on the table.
445+
Create a new unsigned integer column on the table.
446446
447447
:param column: The column
448448
:type column: str

0 commit comments

Comments
 (0)