Fixed RST doc typo.

This commit is contained in:
Fabio Manganiello 2024-07-11 23:43:18 +02:00
parent 12d53b846e
commit aaf6c39255
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -38,7 +38,7 @@ class TorrentPlugin(Plugin):
use the search providers configured in the ``search_providers`` attribute of use the search providers configured in the ``search_providers`` attribute of
the plugin configuration. Currently supported search providers: the plugin configuration. Currently supported search providers:
* ``popcorntime`: * ``popcorntime``:
:class:`platypush.plugins.torrent._search.PopcornTimeSearchProvider` :class:`platypush.plugins.torrent._search.PopcornTimeSearchProvider`
* ``torrents.csv``: * ``torrents.csv``:
:class:`platypush.plugins.torrent._search.TorrentsCsvSearchProvider` :class:`platypush.plugins.torrent._search.TorrentsCsvSearchProvider`