diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-06-18 03:27:46 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-06-18 03:27:46 (GMT) |
commit | 42653dfcf700b1ee4920e959d7f8a2319e2157fe (patch) | |
tree | 738c8e611af37531b9f2d7f27b31023a70bec3b9 | |
parent | f4a1ffd84bb49fa10dea6cc990c5387220b278a3 (diff) | |
parent | 8909127af2e986b3655037897d88471c411edb62 (diff) | |
download | cpython-42653dfcf700b1ee4920e959d7f8a2319e2157fe.zip cpython-42653dfcf700b1ee4920e959d7f8a2319e2157fe.tar.gz cpython-42653dfcf700b1ee4920e959d7f8a2319e2157fe.tar.bz2 |
Merge typo fix
-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. |