Skip to content

Commit

Permalink
Update docstring of update_gist
Browse files Browse the repository at this point in the history
  • Loading branch information
WitherredAway committed May 20, 2022
1 parent fe00163 commit fc33ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gists/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async def create_gist(
return Gist(js, self)

async def update_gist(self, gist_id: str):
"""Re-fetch data and update the provided Gist object."""
"""Alias of fetch_gist_data, used to fetch a gist's data."""

updated_gist_data = await self.fetch_gist_data(gist_id)
return updated_gist_data
Expand Down

0 comments on commit fc33ff2

Please sign in to comment.