diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-06-18 03:26:59 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-06-18 03:26:59 (GMT) |
commit | 8909127af2e986b3655037897d88471c411edb62 (patch) | |
tree | bb928726df6b700b638b201b7c608a9c64364c55 /Doc | |
parent | 64d750b36bbc60c354b9d486ae578c729a74afd9 (diff) | |
download | cpython-8909127af2e986b3655037897d88471c411edb62.zip cpython-8909127af2e986b3655037897d88471c411edb62.tar.gz cpython-8909127af2e986b3655037897d88471c411edb62.tar.bz2 |
Fix typo pointed out by cocoatomo on docs@
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/ossaudiodev.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ossaudiodev.rst b/Doc/library/ossaudiodev.rst index 80551aa..c57a4d1 100644 --- a/Doc/library/ossaudiodev.rst +++ b/Doc/library/ossaudiodev.rst @@ -407,7 +407,7 @@ The remaining methods are specific to audio mixing: (silent) to 100 (full volume). If the control is monophonic, a 2-tuple is still returned, but both volumes are the same. - Raises :exc:`OSSAudioError` if an invalid control was is specified, or + Raises :exc:`OSSAudioError` if an invalid control is specified, or :exc:`OSError` if an unsupported control is specified. |