Skip to content

Commit

Permalink
FEAT-modin-project#2375: doc fixing
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
  • Loading branch information
dchigarev committed Dec 8, 2020
1 parent 835732a commit 1681ea9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modin/engines/base/frame/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down

0 comments on commit 1681ea9

Please sign in to comment.