diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-29 11:56:21 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-29 11:56:21 +0100 |
| commit | 67ecb5307d98302e12d88f3d34a8844e2bbdcdce (patch) | |
| tree | 4ee2232c6bba918d640a1a839dd431c27bcdaafd /client/alteration.py | |
| parent | 5bff48f899dea3f4677203c5c15108a3e2e08e0b (diff) | |
| download | jasper-client-67ecb5307d98302e12d88f3d34a8844e2bbdcdce.tar.gz jasper-client-67ecb5307d98302e12d88f3d34a8844e2bbdcdce.zip | |
Minor error in code comment
Comment confused 1901 with 1991.
Diffstat (limited to 'client/alteration.py')
| -rw-r--r-- | client/alteration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/alteration.py b/client/alteration.py index e381cd4..550bba1 100644 --- a/client/alteration.py +++ b/client/alteration.py @@ -12,7 +12,7 @@ def clean(input): actual speech by the TTS system. This is to fix minior idiomatic issues, for example, that 1901 is pronounced "one thousand, ninehundred and one" rather than - "nineteen ninety one". + "nineteen oh one". Arguments: input -- original speech text to-be modified |
