Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Sande <csande@gmail.com>
  • Loading branch information
csande authored Jan 21, 2025
1 parent a974031 commit 8c616e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canvas_sdk/v1/data/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class Origin(models.TextChoices):


class ContactPointSystem(models.TextChoices):
"""ContactPointSytem."""
"""ContactPointSystem."""

PHONE = "phone", "phone"
FAX = "fax", "fax"
Expand Down

0 comments on commit 8c616e0

Please sign in to comment.