diff --git a/modin/core/execution/dask/implementations/pandas_on_dask/partitioning/partition.py b/modin/core/execution/dask/implementations/pandas_on_dask/partitioning/partition.py index 8dcc87b5699..d6679701fd3 100644 --- a/modin/core/execution/dask/implementations/pandas_on_dask/partitioning/partition.py +++ b/modin/core/execution/dask/implementations/pandas_on_dask/partitioning/partition.py @@ -297,7 +297,7 @@ def ip(self, materialize=True): Parameters ---------- materialize : bool, default: True - Whether to forcibly materialize the result into an integer. If ``False`` + Whether to forcibly materialize the result into a string. If ``False`` was specified, may return a future of the result if it hasn't been materialized yet. diff --git a/modin/core/execution/ray/implementations/pandas_on_ray/partitioning/partition.py b/modin/core/execution/ray/implementations/pandas_on_ray/partitioning/partition.py index 36469b0ccd3..9235d6faabb 100644 --- a/modin/core/execution/ray/implementations/pandas_on_ray/partitioning/partition.py +++ b/modin/core/execution/ray/implementations/pandas_on_ray/partitioning/partition.py @@ -318,7 +318,7 @@ def ip(self, materialize=True): Parameters ---------- materialize : bool, default: True - Whether to forcibly materialize the result into an integer. If ``False`` + Whether to forcibly materialize the result into a string. If ``False`` was specified, may return a future of the result if it hasn't been materialized yet. diff --git a/modin/core/execution/unidist/implementations/pandas_on_unidist/partitioning/partition.py b/modin/core/execution/unidist/implementations/pandas_on_unidist/partitioning/partition.py index e674fd98207..3959e88969a 100644 --- a/modin/core/execution/unidist/implementations/pandas_on_unidist/partitioning/partition.py +++ b/modin/core/execution/unidist/implementations/pandas_on_unidist/partitioning/partition.py @@ -289,7 +289,7 @@ def ip(self, materialize=True): Parameters ---------- materialize : bool, default: True - Whether to forcibly materialize the result into an integer. If ``False`` + Whether to forcibly materialize the result into a string. If ``False`` was specified, may return a future of the result if it hasn't been materialized yet.