closes #1626 : get_audiostream doesnt have pattern param

This commit is contained in:
Julien Hebert 2014-09-02 06:29:50 +02:00
commit fe36d697ed

View file

@ -59,7 +59,7 @@ class CapAudioStream(CapAudio):
"""
Get an audio stream
:param pattern: pattern to search on
:param _id: Audiostream ID
:type id: str
:rtype: :class:`BaseAudioStream`
"""