From a923111f68fef683efbfb9154aa2c45aa71220b0 Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Sat, 3 Sep 2022 11:57:09 -0700 Subject: [PATCH] DOC mp docstring fix --- pandas_ta/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas_ta/core.py b/pandas_ta/core.py index f17bcbe..8f8097f 100644 --- a/pandas_ta/core.py +++ b/pandas_ta/core.py @@ -569,7 +569,7 @@ class AnalysisIndicators(object): An experimental method that by default runs all applicable indicators. Kwargs: - chunksize (bool): Adjust the chunksize for the Multiprocessing Pool. + chunksize (int): Adjust the chunksize for the Multiprocessing Pool. Default: Number of cores of the OS exclude (list): List of indicator names to exclude. Some are excluded by default for various reasons; they require additional