api/ev3.speaker: Fix missing language arg

This was added to the docstring but not the method.
This commit is contained in:
Laurens Valk
2020-01-16 13:31:04 +01:00
parent b6f75eca9c
commit 90314b3f49
+1 -1
View File
@@ -389,7 +389,7 @@ class Speaker():
pass
def set_speech_options(self, voice=None, speed=None, pitch=None):
def set_speech_options(self, language=None, voice=None, speed=None, pitch=None):
"""Configure speech settings used by the :meth:`say` method.
Any option that is set to ``None`` will not be changed. If an option