diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-07 10:40:29 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-07 10:40:29 -0700 |
| commit | 1744368ac1889fe0767f04d55e8f928553c8db1c (patch) | |
| tree | 3ec7c7ca25eb52f8afa0941d84d15018fdab7315 | |
| parent | 7251a6a0fd8b4f7d397f64c0dddd6bb2697b6ff8 (diff) | |
| parent | 67ecb5307d98302e12d88f3d34a8844e2bbdcdce (diff) | |
| download | jasper-client-1744368ac1889fe0767f04d55e8f928553c8db1c.tar.gz jasper-client-1744368ac1889fe0767f04d55e8f928553c8db1c.zip | |
Merge pull request #92 from andybee/patch-1
Minor error in code comment
| -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 |
