Fixed typo in schema path

This commit is contained in:
Fabio Manganiello 2022-09-30 11:30:57 +02:00
parent 1d78c3e753
commit fed7c2c6ff
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class TtsMimic3Plugin(TtsPlugin):
List the voices available on the server.
:param server_url: Default ``server_url`` override.
:return: .. schema:: tts.mimi3.Mimic3VoiceSchema(many=True)
:return: .. schema:: tts.mimic3.Mimic3VoiceSchema(many=True)
"""
server_url = server_url or self.server_url
rs = requests.get(urljoin(server_url, '/api/voices'))