From a4c6028dc4626de685116ba1fa4cc3dabc601f50 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 3 Sep 2020 14:32:45 +0200 Subject: [PATCH] Fixed wrong code-block syntax --- platypush/plugins/rtorrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/plugins/rtorrent.py b/platypush/plugins/rtorrent.py index e17cc288..521b6df8 100644 --- a/platypush/plugins/rtorrent.py +++ b/platypush/plugins/rtorrent.py @@ -91,7 +91,7 @@ class RtorrentPlugin(TorrentPlugin): - Start RTorrent and check that the XML/RPC interface works:: - .. code-block:: bash + .. code-block:: shell $ xmlrpc localhost:8000 system.listMethods # Should return a list with all the methods exposed by RTorrent.