Skip to content

Commit 022b517

Browse files
committed
fixup! [ENH] Add "fullmatch" matching mode to Series.str [pandas-dev#32806] (pandas-dev#32807)
1 parent 8174f60 commit 022b517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/internals/blocks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2288,7 +2288,7 @@ def get_values(self, dtype=None):
22882288
if is_object_dtype(dtype):
22892289
values = values.astype(object)
22902290

2291-
# TODO(EA2D): reshape uuncessary with 2D EAs
2291+
# TODO(EA2D): reshape unnecessary with 2D EAs
22922292
return np.asarray(values).reshape(self.shape)
22932293

22942294
def external_values(self):

0 commit comments

Comments
 (0)