Skip to content

Commit

Permalink
DOC: fix get_orderbook doc string, scrtlabs#492
Browse files Browse the repository at this point in the history
  • Loading branch information
lenak25 committed Oct 14, 2018
1 parent 30bdc33 commit 886296b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst/exchange/exchange_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ def get_orderbook(self, asset, order_type='all', limit=None):
asset: TradingPair
order_type: str
The type of orders: bid, ask or all
The type of the orders: 'bids' or 'asks' or 'all'
limit: int
Expand Down

0 comments on commit 886296b

Please sign in to comment.