Skip to content

Commit

Permalink
fix typo in Email docstring (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Jun 26, 2024
1 parent 17c0a88 commit 85dd176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piccolo/columns/column_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ class Email(Varchar):
Used for storing email addresses. It's identical to :class:`Varchar`,
except when using :func:`create_pydantic_model <piccolo.utils.pydantic.create_pydantic_model>` -
we add email validation to the Pydantic model. This means that :ref:`PiccoloAdmin`
also validates emails addresses.
also validates email addresses.
""" # noqa: E501

pass
Expand Down

0 comments on commit 85dd176

Please sign in to comment.