Skip to content

Commit cebe5e7

Browse files
Abby VeCaseyAbby VeCasey
Abby VeCasey
authored and
Abby VeCasey
committed
style
1 parent f032dd7 commit cebe5e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/strings/object_array.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -451,13 +451,13 @@ def _str_upper(self):
451451

452452
def _str_isalnum(self):
453453
return self._str_map(str.isalnum, dtype="bool")
454-
454+
455455
def _str_isalpha(self):
456456
return self._str_map(str.isalpha, dtype="bool")
457-
457+
458458
def _str_isascii(self):
459459
return self._str_map(str.isascii, dtype="bool")
460-
460+
461461
def _str_isdecimal(self):
462462
return self._str_map(str.isdecimal, dtype="bool")
463463

0 commit comments

Comments
 (0)