Skip to content

Commit

Permalink
Merge pull request #73 from hootnot/doc-fix
Browse files Browse the repository at this point in the history
make references point to right place [ci skip]
  • Loading branch information
hootnot committed May 13, 2017
2 parents e8d290c + bf5825d commit c6bf6fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oandapyV20/endpoints/accounts.py
Expand Up @@ -46,7 +46,7 @@ def __init__(self):
::
{_v3_account_by_accountID_resp}
{_v3_accounts_resp}
"""
super(AccountList, self).__init__()
Expand Down Expand Up @@ -80,7 +80,7 @@ def __init__(self, accountID):
::
{_v3_account_by_accountID_summary_resp}
{_v3_account_by_accountID_resp}
"""
super(AccountDetails, self).__init__(accountID)
Expand Down

0 comments on commit c6bf6fb

Please sign in to comment.