From a098704334de090ce833e99e71230d88ee37d713 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 13 Feb 2010 15:50:18 +0100 Subject: [PATCH] Remove redundant docstring end --- mopidy/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/models.py b/mopidy/models.py index 2fb0d909..64dffd29 100644 --- a/mopidy/models.py +++ b/mopidy/models.py @@ -39,7 +39,7 @@ class Album(ImmutableObject): #: The album URI. Read-only. uri = None - #: The album name. Read-only.""" + #: The album name. Read-only. name = None #: The number of tracks in the album. Read-only.