Skip to content

Commit 6100ccf

Browse files
committed
fix: comment
1 parent 9eb2ed8 commit 6100ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/series.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4624,7 +4624,7 @@ class Series(IndexOpsMixin[S1], NDFrame):
46244624
@overload
46254625
def to_numpy(
46264626
self: Series[Interval],
4627-
dtype: np.dtype[np.bytes_],
4627+
dtype: type[np.bytes_],
46284628
copy: bool = False,
46294629
na_value: Scalar = ...,
46304630
**kwargs,

0 commit comments

Comments
 (0)