Skip to content

Commit

Permalink
Fix typo in repr
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Jul 23, 2021
1 parent 4fb5e5a commit 2970d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytix/youtube/analytics/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __str__(self):
return self.project_id

def __repr__(self):
return f"<YouTubeAnalyticsClient project_id={self.project_id!r}>"
return f"<YouTubeAnalytics project_id={self.project_id!r}>"

@property
def authorised(self):
Expand Down

0 comments on commit 2970d59

Please sign in to comment.