From b234c0553c3fb219d05b0fc3073e332c7d2e038f Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 3 Nov 2010 00:09:13 +0100 Subject: [PATCH] Fix docstring indentation --- mopidy/models.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mopidy/models.py b/mopidy/models.py index 60569004..915dc92a 100644 --- a/mopidy/models.py +++ b/mopidy/models.py @@ -49,9 +49,9 @@ class ImmutableObject(object): # Return an album with a new number of tracks Album(num_tracks=2).copy(num_tracks=5) - :param values: the model field to modify - :type values: dict - :rtype: new instance of the model being copied + :param values: the model fields to modify + :type values: dict + :rtype: new instance of the model being copied """ data = {} for key in self.__dict__.keys():