s/on/one spelling error

This commit is contained in:
Johannes Knutsen 2010-08-09 09:46:50 +02:00
parent 9d628eefb7
commit bdd267a900

View File

@ -763,7 +763,7 @@ class BaseStoredPlaylistsController(object):
get(uri='xyz') # Returns track with URI 'xyz'
get(name='a', uri='xyz') # Returns track with name 'a' and URI 'xyz'
:param criteria: on or more criteria to match by
:param criteria: one or more criteria to match by
:type criteria: dict
:rtype: :class:`mopidy.models.Playlist`
"""