Skip to content

Commit

Permalink
Docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amikrop committed Apr 3, 2019
1 parent ca01542 commit 4c4d926
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aiomixcloud/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ async def fetcher(self, params):
async def load(self, *, force=False):
"""Load full resource information from detail page.
Do nothing in case :attr:`_full` is ``True``, unless `force`
is set. Return fetched resource, so this can be used in
chained calls.
is set. Return `self`, so this can be used in chained calls.
"""
if not self._full or force:
full_resource = await self.mixcloud.get(self['key'])
Expand Down

0 comments on commit 4c4d926

Please sign in to comment.