Fix a parsing error >.>

This commit is contained in:
David Sansome 2011-02-17 14:23:58 +00:00
parent 65264b517c
commit d0aa3c6dea
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ active and current playlists are guaranteed to always be valid.
Each playlist has an ID that is used to save it in the database. You can get Each playlist has an ID that is used to save it in the database. You can get
the ID of a playlist by calling the L{Playlist.id()} method. the ID of a playlist by calling the L{Playlist.id()} method.
You can't create new PlaylistManagers, there is only one instance of this You can't create new PlaylistManagers, there is only one instance of
class ever created. You can access it through the global variable in the this class ever created. You can access it through the global variable in the
L{clementine} module: L{clementine} module:
>>> clementine.playlists >>> clementine.playlists