mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
api/ev3.speaker: Fix missing language arg
This was added to the docstring but not the method.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user