Comment fixes: "an Trovebox" -> "a Trovebox"

This commit is contained in:
Pete 2013-08-19 14:10:15 +01:00
parent fd5389e0d7
commit 06362721f0
8 changed files with 8 additions and 8 deletions

View file

@ -28,7 +28,7 @@ class ApiAlbum(object):
"""
Delete an album.
Returns True if successful.
Raises an TroveboxError if not.
Raises a TroveboxError if not.
"""
if not isinstance(album, Album):
album = Album(self._client, {"id": album})