From 886296b5e4d15b88b99a178399e805a2aa9d323c Mon Sep 17 00:00:00 2001 From: lenak25 Date: Sun, 14 Oct 2018 11:29:24 +0300 Subject: [PATCH] DOC: fix get_orderbook doc string, #492 --- catalyst/exchange/exchange_algorithm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/exchange/exchange_algorithm.py b/catalyst/exchange/exchange_algorithm.py index 47a0214fe..ea173a042 100644 --- a/catalyst/exchange/exchange_algorithm.py +++ b/catalyst/exchange/exchange_algorithm.py @@ -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