Skip to content

Commit

Permalink
improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Jan 25, 2025
1 parent acd341d commit 5e7e201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piccolo/constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def ddl(self) -> str:

class CheckConstraint(Constraint):
"""
Check constraint on the table columns.
Check constraint on the table.
"""

def __init__(
Expand Down

0 comments on commit 5e7e201

Please # to comment.