fix rpc method docstring

This commit is contained in:
Timothy Pogue 2022-12-12 22:46:19 -07:00
parent 1c0c4fd420
commit 0dd3836cc7

View File

@ -1087,8 +1087,8 @@ class RPC:
) -> Generator[Dict[str, Any], None, None]: ) -> Generator[Dict[str, Any], None, None]:
""" """
Get the analysed dataframes of each pair in the pairlist. Get the analysed dataframes of each pair in the pairlist.
Limit size of dataframe if specified. If specified, only return the most recent `limit` candles for
If candles, only return the candles specified. each dataframe.
:param pairlist: A list of pairs to get :param pairlist: A list of pairs to get
:param limit: If an integer, limits the size of dataframe :param limit: If an integer, limits the size of dataframe