Skip to content

Commit fe6fce6

Browse files
Update pandas/core/arrays/string_.py
Co-authored-by: Patrick Hoefler <[email protected]>
1 parent fdf1454 commit fe6fce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/string_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ def _from_sequence(
779779
return super()._from_sequence(scalars, dtype=dtype, copy=copy)
780780

781781
def _from_backing_data(self, arr: np.ndarray) -> StringArrayNumpySemantics:
782-
# need to overrde NumpyExtensionArray._from_backing_data to ensure
782+
# need to override NumpyExtensionArray._from_backing_data to ensure
783783
# we always preserve the dtype
784784
return NDArrayBacked._from_backing_data(self, arr)
785785

0 commit comments

Comments
 (0)