Skip to content

Commit

Permalink
DOC: Docstring in _client fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Pinheiro Caraciolo committed Jul 29, 2022
1 parent 7f26fb2 commit 5a56c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runpandas/io/strava/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ def log_message(self, *args):


class StravaClient(Client):
"""
The StravaClient object is a helper tool for handling
"""The StravaClient object is a helper tool for handling
the authentication process (i.e. authorization, token update, ...) against the Strava.
Parameters
Expand All @@ -60,6 +59,7 @@ class StravaClient(Client):
refresh_token: str, The Strava refresh token, optional
client_secret: str, The strava client secret used for token refresh, optional
client_id: int, The Strava client id used for token refresh, optional
"""

def __init__(
Expand Down

0 comments on commit 5a56c73

Please sign in to comment.