Skip to content

Commit 9dffc8a

Browse files
committed
CLN: remove out-of-date reference to maybe_split
1 parent 5642417 commit 9dffc8a

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
@@ -480,7 +480,7 @@ def convert(
480480

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

0 commit comments

Comments
 (0)