docs: Fix Sphinx warning

This commit is contained in:
Stein Magnus Jodal 2012-09-14 01:45:27 +02:00
parent 25b14cbfb3
commit 2321a77e37

View File

@ -331,9 +331,14 @@ class Audio(ThreadingActor):
"""
Get volume level of the installed mixer.
0 == muted.
100 == max volume for given system.
None == no mixer present, i.e. volume unknown.
Example values:
0:
Muted.
100:
Max volume for given system.
:class:`None`:
No mixer present, so the volume is unknown.
:rtype: int in range [0..100] or :class:`None`
"""