[Python-checkins] cpython (3.4): Fix typo pointed out by cocoatomo on docs@

zach.ware python-checkins at python.org
Wed Jun 18 05:27:56 CEST 2014


http://hg.python.org/cpython/rev/4cf322536328
changeset:   91263:4cf322536328
branch:      3.4
parent:      91261:a1e09a563ac4
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Jun 17 22:26:59 2014 -0500
summary:
  Fix typo pointed out by cocoatomo on docs@

files:
  Doc/library/ossaudiodev.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/ossaudiodev.rst b/Doc/library/ossaudiodev.rst
--- a/Doc/library/ossaudiodev.rst
+++ b/Doc/library/ossaudiodev.rst
@@ -407,7 +407,7 @@
    (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.
 
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list