Skip to content

Commit ca6ebd1

Browse files
Update pandas-stubs/core/strings.pyi
Co-authored-by: Irv Lustig <[email protected]>
1 parent 5050beb commit ca6ebd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/strings.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ _T_STR = TypeVar("_T_STR", bound=Series[str] | Index[str])
4646
# Used for the result of str.partition
4747
_T_OBJECT = TypeVar("_T_OBJECT", bound=Series[type[object]] | Index[type[object]])
4848

49-
_slice = slice
49+
_slice: TypeAlias = slice
5050

5151
class StringMethods(
5252
NoNewAttributesMixin,

0 commit comments

Comments
 (0)