diff options
| author | tassaron | 2017-07-30 21:29:06 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-30 21:29:06 -0400 |
| commit | 65420ce2855a24d54755a7a47804c2fb5f6d427e (patch) | |
| tree | aaac47f9585f768f75319585c8dc9b08106db142 /src/component.py | |
| parent | b6b45d12702f18f041acf65b0d5e34714835ecb4 (diff) | |
more options for the Spectrum component
Diffstat (limited to 'src/component.py')
| -rw-r--r-- | src/component.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/component.py b/src/component.py index 1a5a5a4..36ad9d3 100644 --- a/src/component.py +++ b/src/component.py @@ -427,7 +427,7 @@ class ComponentError(RuntimeError): name, 'an' if any([ sys.exc_info()[0].__name__.startswith(vowel) - for vowel in ('A', 'I') + for vowel in ('A', 'I', 'U', 'O', 'E') ]) else 'a', sys.exc_info()[0].__name__, str(sys.exc_info()[1]) |
