Skip to content

Commit 4f22ff5

Browse files
committed
CLN: remove out-of-date reference to maybe_split
1 parent fe85cc8 commit 4f22ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/internals/blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def convert(
476476

477477
values = self.values
478478
if values.ndim == 2:
479-
# maybe_split ensures we only get here with values.shape[0] == 1,
479+
# the check above ensures we only get here with values.shape[0] == 1,
480480
# avoid doing .ravel as that might make a copy
481481
values = values[0]
482482

0 commit comments

Comments
 (0)