Fix docstrings and typo
This commit is contained in:
		| @@ -32,7 +32,7 @@ def parse_ticker_dataframe(ticker: list) -> DataFrame: | ||||
|         'volume': 'max', | ||||
|     }) | ||||
|     frame.drop(frame.tail(1).index, inplace=True)     # eliminate partial candle | ||||
|     logger.debug('Droppling last candle') | ||||
|     logger.debug('Dropping last candle') | ||||
|     return frame | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user