From 8909127af2e986b3655037897d88471c411edb62 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Tue, 17 Jun 2014 22:26:59 -0500 Subject: Fix typo pointed out by cocoatomo on docs@ --- Doc/library/ossaudiodev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12