From: Zachary Ware Date: Wed, 18 Jun 2014 03:26:59 +0000 (-0500) Subject: Fix typo pointed out by cocoatomo on docs@ X-Git-Tag: v3.4.2rc1~361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8909127af2e986b3655037897d88471c411edb62;p=python Fix typo pointed out by cocoatomo on docs@ --- diff --git a/Doc/library/ossaudiodev.rst b/Doc/library/ossaudiodev.rst index 80551aa9a6..c57a4d1a69 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.