docs: Fix typo

This commit is contained in:
Stein Magnus Jodal 2014-07-14 23:18:55 +02:00
parent dd555ed828
commit d1c0d48be6

View File

@ -481,7 +481,7 @@ class Audio(pykka.ThreadingActor):
"""
Mute or unmute of the software mixer.
:param mute: Wether to mute the mixer or not.
:param mute: Whether to mute the mixer or not.
:type mute: bool
:rtype: :class:`True` if successful, else :class:`False`
"""