Fix documentation

This commit is contained in:
Jean-Baptiste LE STANG 2018-01-30 21:41:01 +01:00
parent b27c8256f4
commit 970a4c3bf7

View File

@ -253,12 +253,12 @@ class DefaultStrategy(IStrategy):
def did_cancel_buy(self, pair: str): def did_cancel_buy(self, pair: str):
""" """
we are notified that a given pair was bought we are notified that a given pair buy was not filled
:param pair: the pair that was is concerned by the dataframe :param pair: the pair that was is concerned by the dataframe
""" """
def did_cancel_sell(self, pair: str): def did_cancel_sell(self, pair: str):
""" """
we are notified that a given pair was sold we are notified that a given pair was not sold
:param pair: the pair that was is concerned by the dataframe :param pair: the pair that was is concerned by the dataframe
""" """