From 9402e4f65f2d3e4cffcfec424745349596e7b12d Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 3 Sep 2020 17:16:35 +0200 Subject: [PATCH] Removed trailing column --- platypush/plugins/rtorrent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platypush/plugins/rtorrent.py b/platypush/plugins/rtorrent.py index 521b6df8..d430c814 100644 --- a/platypush/plugins/rtorrent.py +++ b/platypush/plugins/rtorrent.py @@ -89,9 +89,9 @@ class RtorrentPlugin(TorrentPlugin): lighttpd -f ~/.config/rtorrent/lighttpd.conf - - Start RTorrent and check that the XML/RPC interface works:: + - Start RTorrent and check that the XML/RPC interface works: - .. code-block:: shell + .. code-block:: bash $ xmlrpc localhost:8000 system.listMethods # Should return a list with all the methods exposed by RTorrent.