Skip to content

Commit

Permalink
some small documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Teekeks committed Oct 8, 2020
1 parent 2eac9e6 commit e2c49b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twitchAPI/twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def get_extension_analytics(self,
ended_at: Optional[datetime] = None,
started_at: Optional[datetime] = None,
report_type: Optional[AnalyticsReportType] = None) -> dict:
"""Requires User authentication with scope :class:`~AuthScope.ANALYTICS_READ_EXTENSION`\n
"""Requires User authentication with scope :class:`twitchAPI.types.AuthScope.ANALYTICS_READ_EXTENSION`\n
For detailed documentation, see here: https://dev.twitch.tv/docs/api/reference#get-extension-analytics
:param after: cursor for forward pagination
Expand All @@ -270,7 +270,7 @@ def get_extension_analytics(self,
:param report_type: Type of analytics report that is returned
:type report_type: :class:`~twitchAPI.types.AnalyticsReportType`
:rtype: dict
:raises: :class:`twitchAPI.types.UnauthorizedException`,:class:`twitchAPI.types.MissingScopeException`,
:raises: :class:`twitchAPI.types.UnauthorizedException`, :class:`twitchAPI.types.MissingScopeException`,
ValueError
"""
if ended_at is not None or started_at is not None:
Expand Down

0 comments on commit e2c49b0

Please sign in to comment.