From 1681ea95ae6a29547f66c44c853de15b23e2b7b7 Mon Sep 17 00:00:00 2001 From: Dmitry Chigarev Date: Tue, 1 Dec 2020 12:37:08 +0300 Subject: [PATCH] FEAT-#2375: doc fixing Signed-off-by: Dmitry Chigarev --- modin/engines/base/frame/data.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modin/engines/base/frame/data.py b/modin/engines/base/frame/data.py index 0275e0e5511..c095bbce993 100644 --- a/modin/engines/base/frame/data.py +++ b/modin/engines/base/frame/data.py @@ -1696,7 +1696,7 @@ def broadcast_apply_full_axis( new_columns : list-like (optional) The columns of the result. We may know this in advance, and if not provided it must be computed. - apply_indices : list of ints (optional), + apply_indices : list-like (optional), Indices of `axis ^ 1` to apply function over. dtypes : list-like (optional) The data types of the result. This is an optimization @@ -1717,8 +1717,6 @@ def broadcast_apply_full_axis( apply_indices = self._get_dict_of_block_index( axis ^ 1, numeric_indices ).keys() - else: - apply_indices = None new_partitions = self._frame_mgr_cls.broadcast_axis_partitions( axis=axis,