Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roedoejet committed Feb 12, 2025
1 parent 2575cb0 commit 577ba61
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion everyvoice/.schema/everyvoice-aligner-0.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
"default": [
"\u2026"
],
"description": "Punctuation symbols indicating an ellipses used in your datasets. Replaces these symbols with <EPS> internally.",
"description": "Punctuation symbols indicating ellipses used in your datasets. Replaces these symbols with <EPS> internally.",
"items": {
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion everyvoice/.schema/everyvoice-shared-text-0.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"default": [
"\u2026"
],
"description": "Punctuation symbols indicating an ellipses used in your datasets. Replaces these symbols with <EPS> internally.",
"description": "Punctuation symbols indicating ellipses used in your datasets. Replaces these symbols with <EPS> internally.",
"items": {
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion everyvoice/.schema/everyvoice-text-to-spec-0.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@
"default": [
"\u2026"
],
"description": "Punctuation symbols indicating an ellipses used in your datasets. Replaces these symbols with <EPS> internally.",
"description": "Punctuation symbols indicating ellipses used in your datasets. Replaces these symbols with <EPS> internally.",
"items": {
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion everyvoice/.schema/everyvoice-text-to-wav-0.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2155,7 +2155,7 @@
"default": [
"\u2026"
],
"description": "Punctuation symbols indicating an ellipses used in your datasets. Replaces these symbols with <EPS> internally.",
"description": "Punctuation symbols indicating ellipses used in your datasets. Replaces these symbols with <EPS> internally.",
"items": {
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion everyvoice/config/text_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Punctuation(BaseModel):
)
ellipses: list[str] = Field(
["…"],
description="Punctuation symbols indicating an ellipses used in your datasets. Replaces these symbols with <EPS> internally.",
description="Punctuation symbols indicating ellipses used in your datasets. Replaces these symbols with <EPS> internally.",
)

@property
Expand Down

0 comments on commit 577ba61

Please sign in to comment.