Skip to content

Commit 8c1bc46

Browse files
Update pandas-stubs/core/frame.pyi
Co-authored-by: Irv Lustig <[email protected]>
1 parent 20e0603 commit 8c1bc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/frame.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@ class DataFrame(NDFrame, OpsMixin):
18741874
def pct_change(
18751875
self,
18761876
periods: int = ...,
1877-
fill_method: _str | None = ...,
1877+
fill_method: None = ...,
18781878
limit: int | None = ...,
18791879
freq=...,
18801880
**kwargs,

0 commit comments

Comments
 (0)