Skip to content

Commit 583d198

Browse files
GH1099 Remove how arg from Periodindex.astype (#1100)
1 parent 0e22870 commit 583d198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/indexes/period.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class PeriodIndex(DatetimeIndexOpsMixin[pd.Period], PeriodIndexFieldOps):
5353
def __array__(self, dtype=...) -> np.ndarray: ...
5454
def __array_wrap__(self, result, context=...): ...
5555
def asof_locs(self, where, mask): ...
56-
def astype(self, dtype, copy: bool = ..., how: str = ...): ...
56+
def astype(self, dtype, copy: bool = ...): ...
5757
def searchsorted(self, value, side: str = ..., sorter=...): ...
5858
@property
5959
def is_full(self) -> bool: ...

0 commit comments

Comments
 (0)