Skip to content

Commit 2c543f5

Browse files
committed
fix typo in docstring
1 parent d50b8f4 commit 2c543f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

piccolo/columns/column_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def column_type(self):
498498

499499
class Serial(Column):
500500
"""
501-
An alias to an autoincremenring integer column in Postgres.
501+
An alias to an autoincrementing integer column in Postgres.
502502
"""
503503

504504
def __init__(self, **kwargs) -> None:

0 commit comments

Comments
 (0)