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`