Skip to content

Commit

Permalink
Making docstring type hints match reality for get_segment_leaderboard()
Browse files Browse the repository at this point in the history
  • Loading branch information
b-jazz committed Dec 29, 2014
1 parent 6c48ec4 commit 2336a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stravalib/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,8 +788,8 @@ def get_segment_leaderboard(self, segment_id, gender=None, age_group=None, weigh
:param page: (optional, strava default is 1) Page number of leaderboard to return, sorted by highest ranking leaders
:type page: int
:return: An iterator of :class:`stravalib.model.SegmentLeaderboard`
:rtype: :class:`BatchedResultsIterator`
:return: The SegmentLeaderboard for the specified page (default: 1)
:rtype: :class:`stravalib.model.SegmentLeaderboard`
"""
params = {}
Expand Down

0 comments on commit 2336a1a

Please sign in to comment.