From 1d78c3e7539545b30b9d6b27b8a5062c026429aa Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 30 Sep 2022 10:56:08 +0200 Subject: [PATCH] FIX: Broken docstring --- platypush/plugins/tts/mimic3/__init__.py | 2 +- platypush/schemas/tts/__init__.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 platypush/schemas/tts/__init__.py diff --git a/platypush/plugins/tts/mimic3/__init__.py b/platypush/plugins/tts/mimic3/__init__.py index 6bcf801578..a7e60c730a 100644 --- a/platypush/plugins/tts/mimic3/__init__.py +++ b/platypush/plugins/tts/mimic3/__init__.py @@ -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`` diff --git a/platypush/schemas/tts/__init__.py b/platypush/schemas/tts/__init__.py new file mode 100644 index 0000000000..e69de29bb2