Comment fixes: "an Trovebox" -> "a Trovebox"
This commit is contained in:
parent
fd5389e0d7
commit
06362721f0
8 changed files with 8 additions and 8 deletions
|
@ -15,7 +15,7 @@ class Tag(TroveboxObject):
|
|||
"""
|
||||
Delete this tag.
|
||||
Returns True if successful.
|
||||
Raises an TroveboxError if not.
|
||||
Raises a TroveboxError if not.
|
||||
"""
|
||||
result = self._trovebox.post("/tag/%s/delete.json" %
|
||||
quote(self.id), **kwds)["result"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue