Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespeterschinner committed Dec 22, 2017
1 parent 47cfc25 commit b23a66c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions async_v20/endpoints/annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ class LastTransactionID(TransactionID):
pass

class SinceTransactionID(TransactionID):
"""Contains the most recent TransactionID that was returned
from account_changes()"""
"""The account changes to get Since LastTransactionID for account_changes() method"""
pass


Expand Down
Binary file modified doc/build/doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/build/html/searchindex.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion doc/source/beyond_getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ What you need to know
:noindex:
.. autoclass:: async_v20.endpoints.annotations.LastTransactionID
:noindex:

.. autoclass:: async_v20.endpoints.annotations.SinceTransactionID
:noindex:


- **OandaClient** by default will connect to the practice server:
Expand Down

0 comments on commit b23a66c

Please sign in to comment.