Skip to content

Commit

Permalink
adjusted docstrings (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborchma authored Apr 9, 2024
1 parent 4435f11 commit 7f89efd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qtrade/questrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ def get_account_activities(self, account_id: int, start_date: str, end_date: str
----------
account_id: int
Accound ID for which the activities will be returned.
startDate: str
start_date: str
Start date of time period, format YYYY-MM-DD
endDate: str
end_date: str
End date of time period, format YYYY-MM-DD
Returns
Expand Down Expand Up @@ -414,9 +414,9 @@ def get_account_executions(self, account_id: int, start_date: str, end_date: str
----------
account_id: int
Accound ID for which the executionss will be returned.
startDate: str
start_date: str
Start date of time period, format YYYY-MM-DD
endDate: str
end_date: str
End date of time period, format YYYY-MM-DD
Returns
Expand Down

0 comments on commit 7f89efd

Please sign in to comment.