From aaf6c39255c65ff4e0931e230cd993a0f0a5f436 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 11 Jul 2024 23:43:18 +0200 Subject: [PATCH] Fixed RST doc typo. --- platypush/plugins/torrent/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/plugins/torrent/__init__.py b/platypush/plugins/torrent/__init__.py index d0af397ad2..606e82806e 100644 --- a/platypush/plugins/torrent/__init__.py +++ b/platypush/plugins/torrent/__init__.py @@ -38,7 +38,7 @@ class TorrentPlugin(Plugin): use the search providers configured in the ``search_providers`` attribute of the plugin configuration. Currently supported search providers: - * ``popcorntime`: + * ``popcorntime``: :class:`platypush.plugins.torrent._search.PopcornTimeSearchProvider` * ``torrents.csv``: :class:`platypush.plugins.torrent._search.TorrentsCsvSearchProvider`