From 3dd9fc8564917eefef3d53f0d0b0e4b078a3d7b6 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 9 May 2011 23:37:56 +0200 Subject: [PATCH] Should be :command:, not :cmd: --- mopidy/outputs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/outputs/__init__.py b/mopidy/outputs/__init__.py index d7aacaab..d1512617 100644 --- a/mopidy/outputs/__init__.py +++ b/mopidy/outputs/__init__.py @@ -96,7 +96,7 @@ class CustomOutput(BaseOutput): 2. Advanced setups that require complete control of the output bin. For these cases setup :attr:`mopidy.settings.CUSTOM_OUTPUT` with a - :cmd:`gst-launch` compatible string describing the target setup. + :command:`gst-launch` compatible string describing the target setup. """ def describe_bin(self):