Skip to content

Commit 14855ea

Browse files
PR Feedback
1 parent 8c1bc46 commit 14855ea

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: None = ...,
1877+
fill_method: None = ...,
18781878
limit: int | None = ...,
18791879
freq=...,
18801880
**kwargs,

0 commit comments

Comments
 (0)