Skip to content

Commit

Permalink
docs(differentia): fix type in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmarchd01 committed Jul 25, 2024
1 parent eac997b commit 77e26b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/cantusdb_project/main_app/models/differentia.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Differentia(BaseModel):
blank=True, null=True, max_length=255
) # values like `1--k-k-l-j-k-h--4` get stored here
mode = models.CharField(blank=True, null=True, max_length=255)
# differentia database stores information on mode, but we don't expect to ever need to display it
# differentiae database stores information on mode, but we don't expect to ever need to display it
# saeculorum - DD stores a volpiano snippet about the "saeculorum" part of the differentia, but we don't expect to ever need to display it
# amen - DD stores a volpiano snippet about the "amen" part of the differentia, but we don't expect to ever need to display it

Expand Down

0 comments on commit 77e26b9

Please sign in to comment.