docs: Fix Sphinx syntax error

This commit is contained in:
Stein Magnus Jodal 2015-05-03 23:32:35 +02:00
parent 624a69251f
commit 83c2bf9bcd

View File

@ -106,7 +106,7 @@ class LibraryController(object):
recommended to use this method.
:param string field: One of ``artist``, ``albumartist``, ``album``,
``composer``, ``performer``, ``date``or ``genre``.
``composer``, ``performer``, ``date`` or ``genre``.
:param dict query: Query to use for limiting results, see
:meth:`search` for details about the query format.
:rtype: set of values corresponding to the requested field type.