FIX: Broken docstring

This commit is contained in:
Fabio Manganiello 2022-09-30 10:56:08 +02:00
parent 00d47731c5
commit 1d78c3e753
Signed by untrusted user: blacklight
GPG Key ID: D90FBA7F76362774
2 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class TtsMimic3Plugin(TtsPlugin):
:param server_url: Base URL of the web server that runs the Mimic3 engine.
:param voice: Default voice to be used (default: ``en_UK/apope_low``).
You can get a full list of the voices available on the server
through :method:`.voices`.
through :meth:`.voices`.
:param media_plugin: Media plugin to be used for audio playback. Supported:
- ``media.gstreamer``

View File